Hi,

Anyone ever configure sudo to allow one user to run commands as 
another user?  Currently I have sudo set up, but I want to allow the 
users to run:

        $ sudo -u foo command

rather than:

        $ sudo su - user
        $ command

The caveat is that I need to be able to state that eligible users are 
contained within an NIS netgroup.

Currently I have:

    Cmnd_Alias  USER=<a list of comma separated commands>

    +netgroup_name      ALL = ALL, !things_like_vi, etc.

I assume I have to create something like a:

    Runas_Spec  <username to runas> =  ALL?

but I'm not sure where to go from there.

Any ideas?

Thanks,

-- 

Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

        It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.

         If you're not having fun, you're not doing it right!


_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to