Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/kadm5/
H A Dadmin.h68 #define KRB5_KDB_TRUSTED_FOR_DELEGATION 0x00020000 macro
H A Dent_setup.c59 flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION); in attr_to_flags()
H A Dget_s.c110 out->attributes |= ent.entry.flags.trusted_for_delegation ? KRB5_KDB_TRUSTED_FOR_DELEGATION : 0; in kadm5_s_get_principal()
H A DChangeLog224 * ent_setup.c (attr_to_flags): Add KRB5_KDB_TRUSTED_FOR_DELEGATION
/freebsd/crypto/heimdal/kadmin/
H A Dutil.c52 { "trusted-for-delegation", KRB5_KDB_TRUSTED_FOR_DELEGATION },