[Bug 974] Record Badlogins for all supported Authentication methods

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Feb 3 20:07:21 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=974





------- Additional Comments From ashok_kovai at hotmail.com  2005-02-03 20:07 -------
Can we log bad login attempts of an invalid user ? 

This patch log for "none" method when login attempt is made by a In-valid User. 
But works correctly for existing valid user ( doesn't log for "none" method ) 

1. Disabling "none" doesn't solve  
if (authenticated == 0 && !authctxt->postponed && strcmp(method, "none" ) && ...

2. Avoiding  Invalid user doesn't solve 
if (authenticated == 0 && authctxt->valid && !authctxt->postponed &&  
strcmp(method, "none" ) && ....



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list