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);
542 errno_t add_tgt_to_renew_table(struct krb5_ctx *krb5_ctx, const char *ccfile,
580 if (ccfile[0] == '/') {
581 renew_data->ccfile = talloc_asprintf(renew_data, "FILE:%s", ccfile);
582 if (renew_data->ccfile == NULL) {
588 renew_data->ccfile = talloc_strdup(renew_data, ccfile);
604 ret = sss_authtok_set_ccfile(renew_data->pd->authtok, renew_data->ccfile, 0);
606 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to store ccfile in auth token.\n");
623 "Added [%s] for renewal at [%.24s].\n", renew_data->ccfile,