Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c515 const char *tkfile; in try_krb5_authentication() local
550 tkfile = krb5_cc_default_name(*context); in try_krb5_authentication()
551 if (strncmp(tkfile, "FILE:", 5) == 0) in try_krb5_authentication()
552 tkfile += 5; in try_krb5_authentication()
554 if (stat(tkfile, &buf) == 0 && getuid() != buf.st_uid) { in try_krb5_authentication()