Bugzilla – Attachment 853 Details for
Bug 999
AllowGroups ,DenyGroups failed to report hostname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
update as per style guide
openss-denygroups-log.patch (text/plain), 647 bytes, created by
Darren Tucker
on 2005-03-14 19:30:20 AEDT
(
hide
)
Description:
update as per style guide
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-03-14 19:30:20 AEDT
Size:
647 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth.c,v >retrieving revision 1.96 >diff -u -p -r1.96 auth.c >--- auth.c 15 Feb 2005 10:45:57 -0000 1.96 >+++ auth.c 14 Mar 2005 08:22:56 -0000 >@@ -145,7 +145,8 @@ allowed_user(struct passwd * pw) > return 0; > } > >- if (options.num_deny_users > 0 || options.num_allow_users > 0) { >+ if (options.num_deny_users > 0 || options.num_allow_users > 0 || >+ options.num_deny_groups > 0 || options.num_allow_groups > 0) { > hostname = get_canonical_hostname(options.use_dns); > ipaddr = get_remote_ipaddr(); > }
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 999
:
852
| 853