summaryrefslogtreecommitdiff
path: root/sshd.pam.generic
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-03 20:00:52 +1100
committerDamien Miller <djm@mindrot.org>2000-01-03 20:00:52 +1100
commite9c8f4dfdc0117fb02b9d9a421f07464ccadfcff (patch)
tree913ab445f121847b23814d849ce74c23facbda27 /sshd.pam.generic
parent645c598d3c6c64f1f20de6fc43d4484033417b4d (diff)
- Removed "nullok" directive from default PAM configuration files.
Added information on enabling EmptyPasswords on openssh+PAM in UPGRADING file.
Diffstat (limited to 'sshd.pam.generic')
-rw-r--r--sshd.pam.generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.pam.generic b/sshd.pam.generic
index 11e620dea..cf5af3024 100644
--- a/sshd.pam.generic
+++ b/sshd.pam.generic
@@ -1,5 +1,5 @@
1#%PAM-1.0 1#%PAM-1.0
2auth required /lib/security/pam_unix.so shadow nodelay nullok 2auth required /lib/security/pam_unix.so shadow nodelay
3auth required /lib/security/pam_nologin.so 3auth required /lib/security/pam_nologin.so
4account required /lib/security/pam_unix.so 4account required /lib/security/pam_unix.so
5password required /lib/security/pam_cracklib.so 5password required /lib/security/pam_cracklib.so