summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-26 13:25:49 +1100
committerDamien Miller <djm@mindrot.org>1999-12-26 13:25:49 +1100
commite17ba1007ea73231c20c42c8cf61ecae58f3bdba (patch)
treed1949a5cc40c2f89ec8e0cb564f8af33db49e115
parentbbdf9ab05de3a1432fad3039617741ed5df89d09 (diff)
Fix typo in PAM config
-rw-r--r--packages/redhat/sshd.pam2
-rw-r--r--sshd.pam.generic2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/redhat/sshd.pam b/packages/redhat/sshd.pam
index f0105502..6a2c02de 100644
--- a/packages/redhat/sshd.pam
+++ b/packages/redhat/sshd.pam
@@ -1,5 +1,5 @@
#%PAM-1.0
-auth required /lib/security/pam_pwdb.so shadow nowait
+auth required /lib/security/pam_pwdb.so shadow nowdelay
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_cracklib.so
diff --git a/sshd.pam.generic b/sshd.pam.generic
index 8c4f32da..cf5af302 100644
--- a/sshd.pam.generic
+++ b/sshd.pam.generic
@@ -1,5 +1,5 @@
#%PAM-1.0
-auth required /lib/security/pam_unix.so shadow nowait
+auth required /lib/security/pam_unix.so shadow nodelay
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so