summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-04 21:57:11 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-04 21:57:11 +0000
commitd2ddda4efab29fd8663757634773fa10e557e0f3 (patch)
treed6073b5b3ca9d072d93a47d1f29a23881f5e444b
parent03f07b45cdf700a39c879b1d3ace2a72611c4e33 (diff)
- (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
-rw-r--r--ChangeLog1
-rw-r--r--auth1.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c83df5a3f..202c26052 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120010105 120010105
2 - (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms 2 - (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
3 that don't have NGROUPS_MAX. 3 that don't have NGROUPS_MAX.
4 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
4 5
520010104 620010104
6 - (bal) I think this is the last of the bsd-*.h that don't belong. 7 - (bal) I think this is the last of the bsd-*.h that don't belong.
diff --git a/auth1.c b/auth1.c
index 1986b2d8d..750fa5b53 100644
--- a/auth1.c
+++ b/auth1.c
@@ -347,7 +347,7 @@ do_authloop(Authctxt *authctxt)
347 347
348 if (authctxt->failures++ > AUTH_FAIL_MAX) { 348 if (authctxt->failures++ > AUTH_FAIL_MAX) {
349#ifdef WITH_AIXAUTHENTICATE 349#ifdef WITH_AIXAUTHENTICATE
350 loginfailed(user, 350 loginfailed(authctxt->user,
351 get_canonical_hostname(options.reverse_mapping_check), 351 get_canonical_hostname(options.reverse_mapping_check),
352 "ssh"); 352 "ssh");
353#endif /* WITH_AIXAUTHENTICATE */ 353#endif /* WITH_AIXAUTHENTICATE */