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

Collapse All | Expand All

(-)auth-krb5.c (-1 / +1 lines)
Lines 71-77 auth_krb5_password(Authctxt *authctxt, c Link Here
71
	if (problem)
71
	if (problem)
72
		goto out;
72
		goto out;
73
73
74
	problem = krb5_parse_name(authctxt->krb5_ctx, authctxt->pw->pw_name,
74
	problem = krb5_parse_name(authctxt->krb5_ctx, authctxt->user,
75
		    &authctxt->krb5_user);
75
		    &authctxt->krb5_user);
76
	if (problem)
76
	if (problem)
77
		goto out;
77
		goto out;

Return to bug 975