diff options
author | Damien Miller <djm@mindrot.org> | 2004-02-25 10:57:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-02-25 10:57:45 +1100 |
commit | 124055dd3bc38d280763972f50ade3b0d3ee46d3 (patch) | |
tree | 0c6387b08f7110b696064860dd4873dd80d17739 | |
parent | d891395a09d07fac9af1de43a34b84e020fe00f9 (diff) |
- (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/redhat/sshd.pam | 14 |
2 files changed, 9 insertions, 8 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20040225 | 1 | 20040225 |
2 | - (djm) Trim ChangeLog | 2 | - (djm) Trim ChangeLog |
3 | - (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora | ||
3 | 4 | ||
4 | 20040224 | 5 | 20040224 |
5 | - (dtucker) OpenBSD CVS Sync | 6 | - (dtucker) OpenBSD CVS Sync |
@@ -797,4 +798,4 @@ | |||
797 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 798 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
798 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 799 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
799 | 800 | ||
800 | $Id: ChangeLog,v 1.3258 2004/02/24 23:56:31 djm Exp $ | 801 | $Id: ChangeLog,v 1.3259 2004/02/24 23:57:45 djm Exp $ |
diff --git a/contrib/redhat/sshd.pam b/contrib/redhat/sshd.pam index d2ab073fc..24f3b4651 100644 --- a/contrib/redhat/sshd.pam +++ b/contrib/redhat/sshd.pam | |||
@@ -1,8 +1,8 @@ | |||
1 | #%PAM-1.0 | 1 | #%PAM-1.0 |
2 | auth required /lib/security/pam_stack.so service=system-auth | 2 | auth required pam_stack.so service=system-auth |
3 | auth required /lib/security/pam_nologin.so | 3 | auth required pam_nologin.so |
4 | account required /lib/security/pam_stack.so service=system-auth | 4 | account required pam_stack.so service=system-auth |
5 | password required /lib/security/pam_stack.so service=system-auth | 5 | password required pam_stack.so service=system-auth |
6 | session required /lib/security/pam_stack.so service=system-auth | 6 | session required pam_stack.so service=system-auth |
7 | session required /lib/security/pam_limits.so | 7 | session required pam_limits.so |
8 | session optional /lib/security/pam_console.so | 8 | session optional pam_console.so |