Searched refs:KRB5_KDB_REQUIRES_PRE_AUTH (Results 1 – 8 of 8) sorted by relevance
203 KRB5_KDB_REQUIRES_PRE_AUTH); in init()209 create_random_entry(princ, 60*60, 60*60, KRB5_KDB_REQUIRES_PRE_AUTH); in init()225 KRB5_KDB_REQUIRES_PRE_AUTH| in init()233 KRB5_KDB_REQUIRES_PRE_AUTH); in init()
62 { "requires-pre-auth", KRB5_KDB_REQUIRES_PRE_AUTH },
62 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080 macro
55 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()
618 if ((entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH) == 0) in kadm5_ad_create_principal()987 entry->attributes |= KRB5_KDB_REQUIRES_PRE_AUTH; in kadm5_ad_get_principal()1147 if (entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH) in kadm5_ad_modify_principal()
108 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0; in kadm5_s_get_principal()
45 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080 macro246 entry->flags.require_preauth =!!(u32 & KRB5_KDB_REQUIRES_PRE_AUTH); in mdb_value2entry()
139 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()