Simon Bryan wrote:

Hi all,
Can someone give me the syntax to put in the sudoers file to allow all
users to be able to mount (in particular samba homes if that is relevant).
I don't seem to be able to get the EBNF right!

An untested stab in the dark:

ALL     ALL=(ALL) /path/to/smbmount blah blah blah

Safer: only allow users in the group smb:

%smb    ALL=(ALL) /path/to/smbmount blah blah blah


DISCALIMER:

   Configuring sudo incorrectly can result in severe attacks
   on your system. Ensure you really do understand the consequences
   of implementing the above configuriation. I take no responsibility
   for the information provided, which originates from a sample sudoers
   file and the 'man sudoers' command.



cheers
rick




-- _________________________________ Rick Welykochy || Praxis Services

For years, Microsoft has had a policy of announcing products that don't
exist yet, to cause customers to stop buying a competitor's product.
That's Vapourware.  Is it really any shock that they would want to prevent
customers from using more robust OSs and tools, by offering Vapoursecurity?
     -- David Maxwell on Full Disclosure

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to