Home
last modified time | relevance | path

Searched refs:krb5_user (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-krb5.c119 &authctxt->krb5_user); in auth_krb5()
130 if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5()
135 krb5_unparse_name(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5()
173 if (authctxt->pw == NULL || authctxt->krb5_user == NULL) in auth_krb5_tgt()
183 authctxt->krb5_user); in auth_krb5_tgt()
197 problem = krb5_unparse_name(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_tgt()
244 &authctxt->krb5_user); in auth_krb5_password()
254 authctxt->krb5_user); in auth_krb5_password()
260 problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_password()
318 if (authctxt->krb5_user) { in krb5_cleanup_proc()
[all …]
H A Dauth.h86 krb5_principal krb5_user; member