summaryrefslogtreecommitdiff
path: root/contrib/caldera
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 20:18:12 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 20:18:12 +1100
commit250071fd776ecc8ef6b87b6aa9e75c28adaf7e06 (patch)
tree74f79bed31eccc50ec4f4a6bd67de008c2dc2c35 /contrib/caldera
parent85dec7346395fcc14887a8cff91b81dc4d2e5304 (diff)
- (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]
[contrib/redhat/sshd.pam] Move pam_nologin to account group from incorrect auth group in example files; patch from imorgan AT nas.nasa.gov
Diffstat (limited to 'contrib/caldera')
-rw-r--r--contrib/caldera/sshd.pam2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/caldera/sshd.pam b/contrib/caldera/sshd.pam
index 26dcb34d9..f050a9aee 100644
--- a/contrib/caldera/sshd.pam
+++ b/contrib/caldera/sshd.pam
@@ -1,6 +1,6 @@
1#%PAM-1.0 1#%PAM-1.0
2auth required /lib/security/pam_pwdb.so shadow nodelay 2auth required /lib/security/pam_pwdb.so shadow nodelay
3auth required /lib/security/pam_nologin.so 3account required /lib/security/pam_nologin.so
4account required /lib/security/pam_pwdb.so 4account required /lib/security/pam_pwdb.so
5password required /lib/security/pam_cracklib.so 5password required /lib/security/pam_cracklib.so
6password required /lib/security/pam_pwdb.so shadow nullok use_authtok 6password required /lib/security/pam_pwdb.so shadow nullok use_authtok