View | Details | Raw Unified | Return to bug 1402 | Differences between
and this patch

Collapse All | Expand All

(-)openssh/auth2.c (-3 lines)
Lines 250-258 Link Here
250
		} else {
250
		} else {
251
			logit("input_userauth_request: invalid user %s", user);
251
			logit("input_userauth_request: invalid user %s", user);
252
			authctxt->pw = fakepw();
252
			authctxt->pw = fakepw();
253
#ifdef SSH_AUDIT_EVENTS
254
			PRIVSEP(audit_event(SSH_INVALID_USER));
255
#endif
256
		}
253
		}
257
#ifdef USE_PAM
254
#ifdef USE_PAM
258
		if (options.use_pam)
255
		if (options.use_pam)

Return to bug 1402