summaryrefslogtreecommitdiff
path: root/opensshd.pam
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 14:03:14 +1000
committerDamien Miller <djm@mindrot.org>1999-10-28 14:03:14 +1000
commit062307657e30c9b970514eb53b4b743f9d571231 (patch)
tree04b1d6b094442720b4197eb442ee53c010cdc1d7 /opensshd.pam
parent7f6ea0264d01aa40b20df8dc75141631479da054 (diff)
Big rename ssh* -> openssh*
Diffstat (limited to 'opensshd.pam')
-rw-r--r--opensshd.pam7
1 files changed, 7 insertions, 0 deletions
diff --git a/opensshd.pam b/opensshd.pam
new file mode 100644
index 000000000..2a7d1fbd7
--- /dev/null
+++ b/opensshd.pam
@@ -0,0 +1,7 @@
1#%PAM-1.0
2auth required /lib/security/pam_pwdb.so shadow
3auth required /lib/security/pam_nologin.so
4account required /lib/security/pam_pwdb.so
5password required /lib/security/pam_cracklib.so
6password required /lib/security/pam_pwdb.so shadow nullok use_authtok
7session required /lib/security/pam_pwdb.so