bugzilla-daemon at mindrot.org
2002-Mar-07 22:31 UTC
[Bug 145] sshd fails to increment AIX login failed counter
http://bugzilla.mindrot.org/show_bug.cgi?id=145 ------- Additional Comments From mandar at webchat.chatsystems.com 2002-03-08 09:30 ------- Realized the option structure member name has changed with 3.1p1...new diff for auth.c attached: # diff -rc auth.c auth.c.old *** auth.c Thu Mar 7 16:55:14 2002 --- auth.c.old Mon Mar 4 20:42:43 2002 *************** *** 231,242 **** get_remote_ipaddr(), get_remote_port(), info); - - #ifdef WITH_AIXAUTHENTICATE - if (authenticated == 0 && strcmp(method, "password") == 0) - loginfailed(authctxt->user, get_canonical_hostname (options.verify_reverse_mapping), "ssh"); - #endif /* WITH_AIXAUTHENTICATE */ - } /* --- 231,236 ---- ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-05 22:32 UTC
[Bug 145] sshd fails to increment AIX login failed counter
http://bugzilla.mindrot.org/show_bug.cgi?id=145 ------- Additional Comments From mouring at eviladmin.org 2002-04-06 08:32 ------- And what should be the right patch? Please use attachments. - Ben ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.