Searched refs:KRB5_KDB_DISALLOW_SVR (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dadmin.h63 #define KRB5_KDB_DISALLOW_SVR 0x00001000 macro
H A Dent_setup.c55 flags->server = !(attr & KRB5_KDB_DISALLOW_SVR);
H A Dget_s.c107 out->attributes |= ent.entry.flags.server ? 0 : KRB5_KDB_DISALLOW_SVR;
H A Dad.c989 entry->attributes |= KRB5_KDB_DISALLOW_SVR;
1153 if (entry->attributes & KRB5_KDB_DISALLOW_SVR)
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dutil.c57 { "disallow-svr", KRB5_KDB_DISALLOW_SVR },
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmit_dump.c139 flags->server = !(attr & KRB5_KDB_DISALLOW_SVR);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c46 #define KRB5_KDB_DISALLOW_SVR 0x00001000 macro
246 entry->flags.server = !(u32 & KRB5_KDB_DISALLOW_SVR);

Completed in 67 milliseconds