Lines Matching refs:ccfile
44 const char *ccfile;
178 "Checking [%s] for renewal at [%.24s].\n", renew_data->ccfile,
219 "Failed to renew TGT in [%s].\n", renew_data->ccfile);
543 errno_t add_tgt_to_renew_table(struct krb5_ctx *krb5_ctx, const char *ccfile,
581 if (ccfile[0] == '/') {
582 renew_data->ccfile = talloc_asprintf(renew_data, "FILE:%s", ccfile);
583 if (renew_data->ccfile == NULL) {
589 renew_data->ccfile = talloc_strdup(renew_data, ccfile);
605 ret = sss_authtok_set_ccfile(renew_data->pd->authtok, renew_data->ccfile, 0);
607 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to store ccfile in auth token.\n");
624 "Added [%s] for renewal at [%.24s].\n", renew_data->ccfile,