mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-02 20:57:44 +00:00
19991225 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> - Cleanup of auth-passwd.c for shadow and MD5 passwords - Cleanup and bugfix of PAM authentication code 19991223 - Merged later HPUX patch from Andre Lucas <andre.lucas@dial.pipex.com> - Above patch included better utmpx support from Ben Taylor <bent@clark.net>:
9 lines
409 B
Plaintext
9 lines
409 B
Plaintext
#%PAM-1.0
|
|
auth required /lib/security/pam_pwdb.so shadow nowait
|
|
auth required /lib/security/pam_nologin.so
|
|
account required /lib/security/pam_pwdb.so
|
|
password required /lib/security/pam_cracklib.so
|
|
password required /lib/security/pam_pwdb.so shadow nullok use_authtok
|
|
session required /lib/security/pam_pwdb.so
|
|
session required /lib/security/pam_limits.so
|