Bugzilla – Attachment 1563 Details for
Bug 1515
Wrong PAM management group used for pam_nologin in sample files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Move pam_nologin from auth to account PAM management group
fix-pam_nologin.diff (text/plain), 2.00 KB, created by
Iain Morgan
on 2008-08-28 14:41:06 AEST
(
hide
)
Description:
Move pam_nologin from auth to account PAM management group
Filename:
MIME Type:
Creator:
Iain Morgan
Created:
2008-08-28 14:41:06 AEST
Size:
2.00 KB
patch
obsolete
>Index: contrib/sshd.pam.generic >=================================================================== >RCS file: /cvs/openssh/contrib/sshd.pam.generic,v >retrieving revision 1.1 >diff -u -r1.1 sshd.pam.generic >--- contrib/sshd.pam.generic 15 Mar 2000 01:25:06 -0000 1.1 >+++ contrib/sshd.pam.generic 26 Aug 2008 05:50:06 -0000 >@@ -1,6 +1,6 @@ > #%PAM-1.0 > auth required /lib/security/pam_unix.so shadow nodelay >-auth required /lib/security/pam_nologin.so >+account 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 >Index: contrib/caldera/sshd.pam >=================================================================== >RCS file: /cvs/openssh/contrib/caldera/sshd.pam,v >retrieving revision 1.1 >diff -u -r1.1 sshd.pam >--- contrib/caldera/sshd.pam 4 Jan 2001 22:54:51 -0000 1.1 >+++ contrib/caldera/sshd.pam 26 Aug 2008 05:50:06 -0000 >@@ -1,6 +1,6 @@ > #%PAM-1.0 > auth required /lib/security/pam_pwdb.so shadow nodelay >-auth required /lib/security/pam_nologin.so >+account required /lib/security/pam_nologin.so > account required /lib/security/pam_pwdb.so > password required /lib/security/pam_cracklib.so > password required /lib/security/pam_pwdb.so shadow nullok use_authtok >Index: contrib/redhat/sshd.pam >=================================================================== >RCS file: /cvs/openssh/contrib/redhat/sshd.pam,v >retrieving revision 1.4 >diff -u -r1.4 sshd.pam >--- contrib/redhat/sshd.pam 21 Jul 2004 01:01:41 -0000 1.4 >+++ contrib/redhat/sshd.pam 26 Aug 2008 05:50:06 -0000 >@@ -1,6 +1,6 @@ > #%PAM-1.0 > auth required pam_stack.so service=system-auth >-auth required pam_nologin.so >+account required pam_nologin.so > account required pam_stack.so service=system-auth > password required pam_stack.so service=system-auth > session required pam_stack.so service=system-auth
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1515
: 1563