Quoting Joe Nestlerode <[EMAIL PROTECTED]>: > > I want the user to be able to use the su command to switch to any > user > > without requring a password, like root? > > How do I do this??
from the sudoers man page: john ALPHA = /usr/bin/su [!-]*, !/usr/bin/su *root* On the ALPHA machines, user john may su to anyone except root but he is not allowed to give su(1) any flags. you could also get rid of the [!-]* to let it pass flags... but the one mentioned in the man page should be the best solution... isn't it? ------------------------------------------------- This mail sent through IMP: www.conectiva.com.co _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list