KRB5_KDB_TRUSTED_FOR_DELEGATION
{ "trusted-for-delegation", KRB5_KDB_TRUSTED_FOR_DELEGATION },
flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION);
out->attributes |= ent.entry.flags.trusted_for_delegation ? KRB5_KDB_TRUSTED_FOR_DELEGATION : 0;