Home
last modified time | relevance | path

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

/external/openssh/
Dauth-krb5.c184 authctxt->krb5_ccname = xmalloc(len); in auth_krb5_password()
185 snprintf(authctxt->krb5_ccname, len, "FILE:%s", in auth_krb5_password()
190 do_pam_putenv("KRB5CCNAME", authctxt->krb5_ccname); in auth_krb5_password()
Dauth.h77 char *krb5_ccname; member
Dsession.c1127 if (s->authctxt->krb5_ccname) in do_setup_env()
1129 s->authctxt->krb5_ccname); in do_setup_env()