Bugzilla – Attachment 867 Details for
Bug 1009
SSHD fails to log hostname for the directives AllowGroups & DenyGroups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
log.patch (text/plain), 499 bytes, created by
Michael selvesteen
on 2005-04-05 17:45:39 AEST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael selvesteen
Created:
2005-04-05 17:45:39 AEST
Size:
499 bytes
patch
obsolete
>--- auth.c_old 2005-04-05 13:07:20.000000000 +0530 >+++ auth.c 2005-04-05 13:07:11.000000000 +0530 >@@ -150,6 +150,10 @@ > ipaddr = get_remote_ipaddr(); > } > >+ if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { >+ hostname = get_canonical_hostname(options.use_dns); >+ ipaddr = get_remote_ipaddr(); >+ } > > /* Return false if user is listed in DenyUsers */ > if (options.num_deny_users > 0) {
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 1009
: 867