Searched refs:KRB5_KDB_TRUSTED_FOR_DELEGATION (Results 1 – 5 of 5) sorted by relevance
68 #define KRB5_KDB_TRUSTED_FOR_DELEGATION 0x00020000 macro
59 flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION); in attr_to_flags()
110 out->attributes |= ent.entry.flags.trusted_for_delegation ? KRB5_KDB_TRUSTED_FOR_DELEGATION : 0; in kadm5_s_get_principal()
224 * ent_setup.c (attr_to_flags): Add KRB5_KDB_TRUSTED_FOR_DELEGATION
52 { "trusted-for-delegation", KRB5_KDB_TRUSTED_FOR_DELEGATION },