2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

PAM entry

This commit is contained in:
Todd C. Miller 2000-01-24 03:26:22 +00:00
parent 0ced99391e
commit 2386a3f619

View File

@ -10,6 +10,11 @@ A) Sudo must be setuid root to do its work. You need to do something like
your $PATH before the directory containing sudo. If you are going
to have '.' in your path you should make sure it is at the end.
Q) Sudo never gives me a chance to enter a password using PAM, it just
says 'Sorry, try again.' three times and quits.
A) You didn't setup PAM to work with sudo. On Linux this generally
means installing sample.pam as /etc/pam.d/sudo.
Q) Sudo is setup to log via syslog(3) but I'm not getting any log
messages.
A) Make sure you have an entry in your syslog.conf file to save