Thanks, Applied.
On Sat, 3 Feb 2001, William L. Jones wrote:
> --- auth1.c.orig Sat Feb 3 18:17:53 2001
> Bringa AIX modes in line with latest changes to auth1.c
>
> +++ auth1.c Sat Feb 3 18:19:15 2001
> @@ -347,7 +347,7 @@
>
> if (authctxt->failures++ > AUTH_FAIL_MAX) {
> #ifdef WITH_AIXAUTHENTICATE
> -
loginfailed(user,get_canonical_hostname(),"ssh");
> +
> loginfailed(authctxt->user,get_canonical_hostname(),"ssh");
> #endif /* WITH_AIXAUTHENTICATE */
> packet_disconnect(AUTH_FAIL_MSG,
authctxt->user);
> }
>