diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-25 00:11:29 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-25 00:11:29 +0100 |
commit | 2e1b082dfbc5dcdae80957a3d889abe9fa480d77 (patch) | |
tree | c2bfe8d4115d22146448ce829fb7b16e9b762b4f /sshd.pam.generic | |
parent | - Fix login.c breakage on systems which lack ut_host in struct (diff) | |
download | openssh-2e1b082dfbc5dcdae80957a3d889abe9fa480d77.tar.xz openssh-2e1b082dfbc5dcdae80957a3d889abe9fa480d77.zip |
- Prepare for 1.2.1pre20V_1_2_1_PRE20
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>:
Diffstat (limited to '')
-rw-r--r-- | sshd.pam.generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.pam.generic b/sshd.pam.generic index 4ec2a2a00..8c4f32daf 100644 --- a/sshd.pam.generic +++ b/sshd.pam.generic @@ -1,5 +1,5 @@ #%PAM-1.0 -auth required /lib/security/pam_unix.so shadow +auth required /lib/security/pam_unix.so shadow nowait auth required /lib/security/pam_nologin.so account required /lib/security/pam_unix.so password required /lib/security/pam_cracklib.so |