Lines Matching defs:ccache
347 static void ipa_getkeytab_exec(const char *ccache,
360 const char *ccache,
385 "Retrieving keytab for %s from %s into %s using ccache %s\n",
386 principal, server, keytab, ccache);
390 ipa_getkeytab_exec(ccache, server, principal, keytab);
430 static void ipa_getkeytab_exec(const char *ccache,
450 gkt_env[0] = talloc_asprintf(NULL, "KRB5CCNAME=%s", ccache);
586 const char *ccache;
624 state->ccache = talloc_asprintf(state, "%s/ccache_%s",
626 if (state->ccache == NULL) {
713 state->ccache,