Lines Matching refs:krb5_user
124 &authctxt->krb5_user); in auth_krb5()
128 &authctxt->krb5_user); in auth_krb5()
140 if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5()
145 krb5_unparse_name(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5()
179 if (authctxt->pw == NULL || authctxt->krb5_user == NULL) in auth_krb5_tgt()
212 authctxt->krb5_user); in auth_krb5_tgt()
236 problem = krb5_unparse_name(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_tgt()
280 &authctxt->krb5_user); in auth_krb5_password()
291 authctxt->krb5_fwd_ccache, authctxt->krb5_user); in auth_krb5_password()
296 problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_password()
305 authctxt->krb5_user, (char *)password, NULL, NULL, 0, NULL, NULL); in auth_krb5_password()
322 if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_password()
349 authctxt->krb5_user); in auth_krb5_password()
392 if (authctxt->krb5_user) { in krb5_cleanup_proc()
393 krb5_free_principal(authctxt->krb5_ctx, authctxt->krb5_user); in krb5_cleanup_proc()
394 authctxt->krb5_user = NULL; in krb5_cleanup_proc()