Home
last modified time | relevance | path

Searched refs:KRB5_KDB_TRUSTED_FOR_DELEGATION (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/crypto/heimdal/lib/kadm5/
HDadmin.h68 #define KRB5_KDB_TRUSTED_FOR_DELEGATION 0x00020000 macro
HDent_setup.c59 flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION); in attr_to_flags()
HDget_s.c110 out->attributes |= ent.entry.flags.trusted_for_delegation ? KRB5_KDB_TRUSTED_FOR_DELEGATION : 0; in kadm5_s_get_principal()
HDChangeLog224 * ent_setup.c (attr_to_flags): Add KRB5_KDB_TRUSTED_FOR_DELEGATION
/freebsd-14-stable/crypto/heimdal/kadmin/
HDutil.c52 { "trusted-for-delegation", KRB5_KDB_TRUSTED_FOR_DELEGATION },