diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-23 10:11:29 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-23 10:11:29 +1100 |
commit | 294df785b8f67a5890d1e49ba883d530cdfb534c (patch) | |
tree | 60e56078288ec6b1109aa9aaf0cd0d856eb460f7 /packages/redhat/sshd.pam | |
parent | 24e83aa312616f07995241c1529291a3e01ae3bf (diff) |
- Added SuSE package files from Chris Saia <csaia@wtower.com>
- Restructured package-related files under packages/
- Added generic PAM config
Diffstat (limited to 'packages/redhat/sshd.pam')
-rw-r--r-- | packages/redhat/sshd.pam | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/redhat/sshd.pam b/packages/redhat/sshd.pam new file mode 100644 index 000000000..2a7d1fbd7 --- /dev/null +++ b/packages/redhat/sshd.pam | |||
@@ -0,0 +1,7 @@ | |||
1 | #%PAM-1.0 | ||
2 | auth required /lib/security/pam_pwdb.so shadow | ||
3 | auth required /lib/security/pam_nologin.so | ||
4 | account required /lib/security/pam_pwdb.so | ||
5 | password required /lib/security/pam_cracklib.so | ||
6 | password required /lib/security/pam_pwdb.so shadow nullok use_authtok | ||
7 | session required /lib/security/pam_pwdb.so | ||