Searched refs:require_preauth (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkdc.h54 krb5_boolean require_preauth; /* require preauth for all principals */ member in struct:krb5_kdc_configuration
H A Dconfig.c49 static int require_preauth = -1; /* 1 == require preauth for all principals */ variable
70 "require-preauth", 'p', arg_negative_flag, &require_preauth,
213 if(require_preauth != -1)
214 config->require_preauth = require_preauth;
H A Ddefault_config.c51 c->require_preauth = TRUE;
69 c->require_preauth =
71 c->require_preauth,
H A Dkerberos5.c1341 if(found_pa == 0 && config->require_preauth)
1350 }else if (config->require_preauth
1352 || client->entry.flags.require_preauth
1353 || server->entry.flags.require_preauth) {
H A Dmit_dump.c137 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dent_setup.c53 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH);
H A Dget_s.c106 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0;
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c244 entry->flags.require_preauth =!!(u32 & KRB5_KDB_REQUIRES_PRE_AUTH);

Completed in 701 milliseconds