** Reply to note from Jamie Wilkinson <[EMAIL PROTECTED]> Wed, 10 Sep 2003 10:29:48 +1000
> If you run authconfig from the command line, what does it tell you about the > way your system is authenticating users? > > I doubt passwd is crashing, but it could be a pam module that's doing it. > > You may wish to look into /etc/pam.d/passwd for any interesting pam modules, > too. Jamie, authconfig ------- User Information Configuration (no selections) Authentication Configuration [*] Use Shadow Passwords [*] Use MD5 Passwords ------- # cat passwd #%PAM-1.0 auth required /lib/security/pam_stack.so service=system-auth account required /lib/security/pam_stack.so service=system-auth password required /lib/security/pam_stack.so service=system-auth # ls -l /lib/security/pam_stack.so -rwxr-xr-x 1 root root 12471 Feb 7 2003 /lib/security/pam_stack. so how can I 'verify' the pam_stack.so ? Voytek Eymont -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
