[Bug 145] sshd fails to increment AIX login failed counter
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Mar 8 09:31:03 EST 2002
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.
More information about the openssh-unix-dev
mailing list