Home
last modified time | relevance | path

Searched refs:krb5_ccname (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth-krb5.c185 authctxt->krb5_ccname = xmalloc(len); in auth_krb5_password()
186 snprintf(authctxt->krb5_ccname, len, "FILE:%s", in auth_krb5_password()
191 do_pam_putenv("KRB5CCNAME", authctxt->krb5_ccname); in auth_krb5_password()
H A Dauth.h84 char *krb5_ccname; member
H A Dsession.c1109 if (s->authctxt->krb5_ccname) in do_setup_env()
1111 s->authctxt->krb5_ccname); in do_setup_env()