Searched refs:cred_cache_str (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/heimdal/kpasswd/
H A Dkpasswd.c40 static char *cred_cache_str; variable
45 { "cache", 'c', arg_string, &cred_cache_str, NULL, NULL },
151 if (cred_cache_str) {
152 ret = krb5_cc_resolve(context, cred_cache_str, &id);
161 if (cred_cache_str == NULL) {
235 if (cred_cache_str == NULL) {

Completed in 137 milliseconds