View | Details | Raw Unified | Return to bug 432
Collapse All | Expand All

(-)auth.c (+5 lines)
Lines 493-498 Link Here
493
	if (pw == NULL) {
493
	if (pw == NULL) {
494
		log("Illegal user %.100s from %.100s",
494
		log("Illegal user %.100s from %.100s",
495
		    user, get_remote_ipaddr());
495
		    user, get_remote_ipaddr());
496
#ifdef WITH_AIXAUTHENTICATE
497
		loginfailed(user,
498
		    get_canonical_hostname(options.verify_reverse_mapping),
499
		    "ssh");
500
#endif
496
		return (NULL);
501
		return (NULL);
497
	}
502
	}
498
	if (!allowed_user(pw))
503
	if (!allowed_user(pw))

Return to bug 432