diff options
Diffstat (limited to 'auth-krb5.c')
-rw-r--r-- | auth-krb5.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-krb5.c b/auth-krb5.c index 7c83f597f..6c62bdf54 100644 --- a/auth-krb5.c +++ b/auth-krb5.c | |||
@@ -157,7 +157,8 @@ auth_krb5_password(Authctxt *authctxt, const char *password) | |||
157 | if (problem) | 157 | if (problem) |
158 | goto out; | 158 | goto out; |
159 | 159 | ||
160 | if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) { | 160 | if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, |
161 | authctxt->pw->pw_name)) { | ||
161 | problem = -1; | 162 | problem = -1; |
162 | goto out; | 163 | goto out; |
163 | } | 164 | } |