M.Canales.es wrote:
El Viernes, 15 de Septiembre de 2006 22:04, George Boudreau escribió:
This 'should' do the trick
<YOURUSERNAME>   ALL = /usr/sbin/useradd, /usr/sbi/groupadd

http://www.gratisoft.us/sudo/man/sudoers.html

Don't work. I have this line:

<MyUser>  ALL=(ALL) NOPASSWD: ALL,/usr/sbin/useradd,/usr/sbin/groupadd

but

[EMAIL PROTECTED]:~$ sudo useradd
sudo: useradd: command not found

This other works

[EMAIL PROTECTED]:~$ PATH=$PATH:/usr/sbin sudo useradd
Usage: useradd [-u uid [-o]] [-g group] [-G group,...]
               [-d home] [-s shell] [-c comment] [-m [-k template]]
               [-f inactive] [-e expire]
       useradd -D [-g group] [-b base] [-s shell]
               [-f inactive] [-e expire]

no matter if I have the above line or simply

<MyUser>  ALL=(ALL) NOPASSWD: ALL

I can't find a way to force sudo to use the root PATH except via "sudo -i", but that don't will work into a script, IMHO.

Do you have /sbin and /usr/sbin in you builder user PAT
no.. and after deleting the lfs/hls/clfs accounts I have the same problem when trying to build from my account.
  I will fix this and get back to you.
  G.

--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to