bugzilla-daemon at mindrot.org
2005-Apr-05 07:41 UTC
[Bug 1009] SSHD fails to log hostname for the directives AllowGroups & DenyGroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1009
Summary: SSHD fails to log hostname for the directives
AllowGroups & DenyGroups
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: selvesteen at gmail.com
>From SSH 4.0, It is stated that "sshd(8) will now log the source of
connections
denied by AllowUsers, DenyUsers, AllowGroups and DenyGroups". SSHD
correctly
logs the hostname for AllowUsers and Denyusers but fails to log the hostname for
AllowGroups and DenyGroups.
Example:
(DenyUser)
sun sshd[28097]: User root from sun.team.com not allowed because listed in
DenyUsers
(DenyGroups)
sun sshd[28140]: User root from not allowed because a group is listed in
DenyGroups
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-05 07:45 UTC
[Bug 1009] SSHD fails to log hostname for the directives AllowGroups & DenyGroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1009 ------- Additional Comments From selvesteen at gmail.com 2005-04-05 17:45 ------- Created an attachment (id=867) --> (http://bugzilla.mindrot.org/attachment.cgi?id=867&action=view) Patch The attached patch solves the problem. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-05 07:52 UTC
[Bug 1009] SSHD fails to log hostname for the directives AllowGroups & DenyGroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1009
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From djm at mindrot.org 2005-04-05 17:52 -------
*** This bug has been marked as a duplicate of 999 ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.