summaryrefslogtreecommitdiff
path: root/contrib/sshd.pam.generic
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 12:25:06 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 12:25:06 +1100
commit256fdcbec5ee70e69a89e47a360b6091a904f1a6 (patch)
tree11d9e539074e2a2a8a46a0339708ec36484ddfed /contrib/sshd.pam.generic
parent8b1c22b7758511461b359461926e47b093a349d3 (diff)
downloadopenssh-git-256fdcbec5ee70e69a89e47a360b6091a904f1a6.tar.gz
Moved package files to contrib/
Added FreeBSD PAM config
Diffstat (limited to 'contrib/sshd.pam.generic')
-rw-r--r--contrib/sshd.pam.generic8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/sshd.pam.generic b/contrib/sshd.pam.generic
new file mode 100644
index 00000000..cf5af302
--- /dev/null
+++ b/contrib/sshd.pam.generic
@@ -0,0 +1,8 @@
+#%PAM-1.0
+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
+password required /lib/security/pam_unix.so shadow nullok use_authtok
+session required /lib/security/pam_unix.so
+session required /lib/security/pam_limits.so