- (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>

This commit is contained in:
Ben Lindstrom 2001-02-04 21:57:11 +00:00
parent 03f07b45cd
commit d2ddda4efa
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
20010105
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
that don't have NGROUPS_MAX.
- (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
20010104
- (bal) I think this is the last of the bsd-*.h that don't belong.

View File

@ -347,7 +347,7 @@ do_authloop(Authctxt *authctxt)
if (authctxt->failures++ > AUTH_FAIL_MAX) {
#ifdef WITH_AIXAUTHENTICATE
loginfailed(user,
loginfailed(authctxt->user,
get_canonical_hostname(options.reverse_mapping_check),
"ssh");
#endif /* WITH_AIXAUTHENTICATE */