diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-26 13:25:49 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-26 13:25:49 +1100 |
commit | e17ba1007ea73231c20c42c8cf61ecae58f3bdba (patch) | |
tree | d1949a5cc40c2f89ec8e0cb564f8af33db49e115 | |
parent | bbdf9ab05de3a1432fad3039617741ed5df89d09 (diff) |
Fix typo in PAM config
-rw-r--r-- | packages/redhat/sshd.pam | 2 | ||||
-rw-r--r-- | sshd.pam.generic | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/redhat/sshd.pam b/packages/redhat/sshd.pam index f01055022..6a2c02def 100644 --- a/packages/redhat/sshd.pam +++ b/packages/redhat/sshd.pam | |||
@@ -1,5 +1,5 @@ | |||
1 | #%PAM-1.0 | 1 | #%PAM-1.0 |
2 | auth required /lib/security/pam_pwdb.so shadow nowait | 2 | auth required /lib/security/pam_pwdb.so shadow nowdelay |
3 | auth required /lib/security/pam_nologin.so | 3 | auth required /lib/security/pam_nologin.so |
4 | account required /lib/security/pam_pwdb.so | 4 | account required /lib/security/pam_pwdb.so |
5 | password required /lib/security/pam_cracklib.so | 5 | password required /lib/security/pam_cracklib.so |
diff --git a/sshd.pam.generic b/sshd.pam.generic index 8c4f32daf..cf5af3024 100644 --- a/sshd.pam.generic +++ b/sshd.pam.generic | |||
@@ -1,5 +1,5 @@ | |||
1 | #%PAM-1.0 | 1 | #%PAM-1.0 |
2 | auth required /lib/security/pam_unix.so shadow nowait | 2 | auth required /lib/security/pam_unix.so shadow nodelay |
3 | auth required /lib/security/pam_nologin.so | 3 | auth required /lib/security/pam_nologin.so |
4 | account required /lib/security/pam_unix.so | 4 | account required /lib/security/pam_unix.so |
5 | password required /lib/security/pam_cracklib.so | 5 | password required /lib/security/pam_cracklib.so |