Lines Matching defs:upn
188 * ticket might add a new renewal item to the list with the same key (upn).
320 const char *ccache_file, const char *upn,
330 if (ccache_file == NULL || upn == NULL || user_name == NULL) {
334 upn == NULL ? "principal missing" : upn,
356 ret = get_ccache_file_data(ccache_file, upn, &tgtt);
371 &tgtt, &pd, upn);
378 "TGT in [%s] for [%s] is too old.\n", ccache_file, upn);
395 char *upn;
449 user_name, user_dom, &upn);
458 ret = check_ccache_file(renew_tgt_ctx, ccache_file, upn, user_name);
544 const char *upn)
563 if (upn == NULL) {
571 key.str = discard_const_p(char, upn);