X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/f6f0245644cbb59cfde7f33dd3bb63e681b21086..fe661d8f9f98e269ff5efb3a79918ed25cbe6ee7:/auth.c diff --git a/auth.c b/auth.c index 021174f9..ee001283 100644 --- a/auth.c +++ b/auth.c @@ -491,6 +491,11 @@ getpwnamallow(const char *user) if (pw == NULL) { log("Illegal user %.100s from %.100s", user, get_remote_ipaddr()); +#ifdef WITH_AIXAUTHENTICATE + loginfailed(user, + get_canonical_hostname(options.verify_reverse_mapping), + "ssh"); +#endif return (NULL); } if (!allowed_user(pw))