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

/sssd-io/src/providers/krb5/
H A Dkrb5_ccache.h49 errno_t get_ccache_file_data(const char *ccache_file, const char *client_name,
62 * @param[in] ccache_file Name of existing ccache
71 const char *ccache_file,
H A Dkrb5_renew_tgt.c320 const char *ccache_file, const char *upn,
330 if (ccache_file == NULL || upn == NULL || user_name == NULL) {
333 ccache_file == NULL ? "cache file missing" : ccache_file,
339 if (strncmp(ccache_file, "FILE:", 5) == 0) {
340 filename = ccache_file + 5;
342 filename = ccache_file;
353 DEBUG(SSSDBG_TRACE_ALL, "Found ccache file [%s].\n", ccache_file);
356 ret = get_ccache_file_data(ccache_file, upn, &tgtt);
369 "Adding [%s] for automatic renewal.\n", ccache_file);
319 check_ccache_file(struct renew_tgt_ctx *renew_tgt_ctx, const char *ccache_file, const char *upn, const char *user_name) argument
394 const char *ccache_file; local
[all...]
H A Dkrb5_ccache.c554 errno_t get_ccache_file_data(const char *ccache_file, const char *client_name, argument
605 kerr = krb5_cc_resolve(ctx, ccache_file, &cc);
682 const char *ccache_file,
693 kerr = krb5_cc_resolve(kctx, ccache_file, &ccache);
696 ccache_file);
703 ccache_file);
681 copy_ccache_into_memory(TALLOC_CTX *mem_ctx, krb5_context kctx, const char *ccache_file, char **_mem_name) argument

Completed in 8 milliseconds