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

Collapse All | Expand All

(-)auth-krb5.c (-1 / +2 lines)
Lines 146-152 auth_krb5_password(Authctxt *authctxt, c Link Here
146
	if (problem)
146
	if (problem)
147
		goto out;
147
		goto out;
148
148
149
	if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) {
149
	if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user,
150
	    authctxt->pw->pw_name)) {
150
		problem = -1;
151
		problem = -1;
151
		goto out;
152
		goto out;
152
	}
153
	}

Return to bug 2032