Searched refs:krbtgt_principal (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/kdc/ |
H A D | krb5tgs.c | 1491 krb5_principal krbtgt_principal = NULL; in tgs_build_reply() local 1750 ret = krb5_make_principal(context, &krbtgt_principal, in tgs_build_reply() 1764 … ret = _kdc_db_fetch(context, config, krbtgt_principal, HDB_F_GET_KRBTGT, NULL, NULL, &krbtgt_out); in tgs_build_reply() 1765 krb5_free_principal(context, krbtgt_principal); in tgs_build_reply() 1770 ret2 = krb5_unparse_name(context, krbtgt_principal, &ktpn2); in tgs_build_reply()
|