- (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
This commit is contained in:
parent
03f07b45cd
commit
d2ddda4efa
|
@ -1,6 +1,7 @@
|
||||||
20010105
|
20010105
|
||||||
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
|
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
|
||||||
that don't have NGROUPS_MAX.
|
that don't have NGROUPS_MAX.
|
||||||
|
- (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
|
||||||
|
|
||||||
20010104
|
20010104
|
||||||
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
||||||
|
|
2
auth1.c
2
auth1.c
|
@ -347,7 +347,7 @@ do_authloop(Authctxt *authctxt)
|
||||||
|
|
||||||
if (authctxt->failures++ > AUTH_FAIL_MAX) {
|
if (authctxt->failures++ > AUTH_FAIL_MAX) {
|
||||||
#ifdef WITH_AIXAUTHENTICATE
|
#ifdef WITH_AIXAUTHENTICATE
|
||||||
loginfailed(user,
|
loginfailed(authctxt->user,
|
||||||
get_canonical_hostname(options.reverse_mapping_check),
|
get_canonical_hostname(options.reverse_mapping_check),
|
||||||
"ssh");
|
"ssh");
|
||||||
#endif /* WITH_AIXAUTHENTICATE */
|
#endif /* WITH_AIXAUTHENTICATE */
|
||||||
|
|
Loading…
Reference in New Issue