Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-krb5.c124 &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()
[all …]
/titanic_41/usr/src/cmd/ssh/include/
H A Dauth.h126 krb5_principal krb5_user; member