Bugzilla – Attachment 981 Details for
Bug 1045
Missing option for ignoring the /etc/nologin file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip nologin check if PAM is enabled.
openssh-bug1045.patch (text/plain), 658 bytes, created by
Darren Tucker
on 2005-10-03 19:55:05 AEST
(
hide
)
Description:
Skip nologin check if PAM is enabled.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-10-03 19:55:05 AEST
Size:
658 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/session.c,v >retrieving revision 1.306 >diff -u -p -r1.306 session.c >--- session.c 31 Aug 2005 16:59:49 -0000 1.306 >+++ session.c 3 Oct 2005 09:49:03 -0000 >@@ -1471,7 +1471,9 @@ do_child(Session *s, const char *command > if (!check_quietlogin(s, command)) > do_motd(); > #else /* HAVE_OSF_SIA */ >- do_nologin(pw); >+ /* When PAM is enabled we rely on it to do the nologin check */ >+ if (!options.use_pam) >+ do_nologin(pw); > do_setusercontext(pw); > /* > * PAM session modules in do_setusercontext may have
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
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1045
:
922
| 981