[BACK]Return to TROUBLESHOOTING CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/TROUBLESHOOTING between version 1.7 and 1.8

version 1.7, 2004/09/28 15:10:50 version 1.8, 2005/02/05 23:31:52
Line 25 
Line 25 
    option and rebuild sudo.     option and rebuild sudo.
   
 Q) Sudo never gives me a chance to enter a password using PAM, it just  Q) Sudo never gives me a chance to enter a password using PAM, it just
    says 'Sorry, try again.' three times and quits.     says 'Sorry, try again.' three times and exits.
 A) You didn't setup PAM to work with sudo.  On Linux this generally  A) You didn't setup PAM to work with sudo.  On Redhat Linux or Fedora
    means installing sample.pam as /etc/pam.d/sudo.     Core this generally means installing sample.pam as /etc/pam.d/sudo.
      See the sample.pam file for hints on what to use for other Linux
      systems.
   
   Q) Sudo says 'Account expired or PAM config lacks an "account"
      section for sudo, contact your system administrator' and exits
      but I know my account has not expired.
   A) Your PAM config lacks an "account" specification.  On Linux this
      usually means you are missing a line like:
           account    required    pam_unix.so
      in /etc/pam.d/sudo.
   
 Q) Sudo is setup to log via syslog(3) but I'm not getting any log  Q) Sudo is setup to log via syslog(3) but I'm not getting any log
    messages.     messages.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8