Re: How to enable sudo for all users by default

2009-09-11 Thread surreal
I am attaching the /etc/sudoers file present on the live dvd This file gets replaced on hdd installation. 2009/9/11 surreal > Is there any way of enabling sudo to all users without having to know their > names? > > > > -- > Harshad Joshi > -- Harshad Joshi sudoers Description: Binary da

Re: How to enable sudo for all users by default

2009-09-11 Thread Tzafrir Cohen
On Fri, Sep 11, 2009 at 10:44:53AM +0530, surreal wrote: > Is there any way of enabling sudo to all users without having to know their > names? The sample /etc/sudoers has the following text: # Uncomment to allow members of group sudo to not need a password # %sudo ALL=NOPASSWD: ALL --

Re: How to enable sudo for all users by default

2009-09-10 Thread Ravishankar Haranath
You may need to change/customize 2 things.. set 'sudo' in the list of default groups to which a newly created user belong - /etc/default/adduser file. set %sudo ALL=(ALL): ALL in /etc/sudoers Rgds, Ravi On Fri, Sep 11, 2009 at 10:44 AM, surreal wrote: > Is there any way of enabling sudo to all

How to enable sudo for all users by default

2009-09-10 Thread surreal
Is there any way of enabling sudo to all users without having to know their names? -- Harshad Joshi