diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-01-24 04:22:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-01-24 04:22:55 +0000 |
commit | d461006d249b4d292b92c585af010fa062af3fdd (patch) | |
tree | c2b97f3821188c54aec80450330f94b55b01aefd /usr.bin/sudo/TROUBLESHOOTING | |
parent | b215148bbe6aa9229213a6b82976a820d70c161d (diff) |
sudo 1.6.2
Diffstat (limited to 'usr.bin/sudo/TROUBLESHOOTING')
-rw-r--r-- | usr.bin/sudo/TROUBLESHOOTING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/sudo/TROUBLESHOOTING b/usr.bin/sudo/TROUBLESHOOTING index 06ce25c8444..627fa241a7a 100644 --- a/usr.bin/sudo/TROUBLESHOOTING +++ b/usr.bin/sudo/TROUBLESHOOTING @@ -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 |