From e06eb68226061e1b6e369f4aebe3b3c07ce1f2c7 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 4 Jul 2002 00:27:21 +0000 Subject: - (bal) Failed password attempts don't increment counter on AIX. Bug #145 --- auth1.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 2ebc8d03..769fa306 100644 --- a/auth1.c +++ b/auth1.c @@ -323,12 +323,6 @@ do_authloop(Authctxt *authctxt) return; if (authctxt->failures++ > AUTH_FAIL_MAX) { -#ifdef WITH_AIXAUTHENTICATE - /* XXX: privsep */ - loginfailed(authctxt->user, - get_canonical_hostname(options.verify_reverse_mapping), - "ssh"); -#endif /* WITH_AIXAUTHENTICATE */ packet_disconnect(AUTH_FAIL_MSG, authctxt->user); } -- cgit v1.2.3