diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-04 21:57:11 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-04 21:57:11 +0000 |
commit | d2ddda4efab29fd8663757634773fa10e557e0f3 (patch) | |
tree | d6073b5b3ca9d072d93a47d1f29a23881f5e444b | |
parent | 03f07b45cdf700a39c879b1d3ace2a72611c4e33 (diff) |
- (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | auth1.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20010105 | 1 | 20010105 |
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 | ||
5 | 20010104 | 6 | 20010104 |
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. |
@@ -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 */ |