Home
last modified time | relevance | path

Searched refs:KRB5_KDB_REQUIRES_PRE_AUTH (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/kadmin/
H A Dinit.c201 KRB5_KDB_REQUIRES_PRE_AUTH); in init()
207 create_random_entry(princ, 60*60, 60*60, KRB5_KDB_REQUIRES_PRE_AUTH); in init()
223 KRB5_KDB_REQUIRES_PRE_AUTH| in init()
231 KRB5_KDB_REQUIRES_PRE_AUTH); in init()
H A Dutil.c60 { "requires-pre-auth", KRB5_KDB_REQUIRES_PRE_AUTH },
/freebsd/crypto/heimdal/lib/kadm5/
H A Dadmin.h60 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080 macro
H A Dent_setup.c53 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()
H A Dad.c616 if ((entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH) == 0) in kadm5_ad_create_principal()
985 entry->attributes |= KRB5_KDB_REQUIRES_PRE_AUTH; in kadm5_ad_get_principal()
1145 if (entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH) in kadm5_ad_modify_principal()
H A Dget_s.c106 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0; in kadm5_s_get_principal()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c43 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080 macro
244 entry->flags.require_preauth =!!(u32 & KRB5_KDB_REQUIRES_PRE_AUTH); in mdb_value2entry()
/freebsd/crypto/heimdal/kdc/
H A Dmit_dump.c137 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()