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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dconfig.c51 static int require_preauth = -1; /* 1 == require preauth for all principals */ variable
78 "require-preauth", 'p', arg_negative_flag, &require_preauth,
238 if(require_preauth != -1)
239 config->require_preauth = require_preauth;
H A Dkdc.h56 krb5_boolean require_preauth; /* require preauth for all principals */ member in struct:krb5_kdc_configuration
H A Ddefault_config.c53 c->require_preauth = TRUE;
71 c->require_preauth =
73 c->require_preauth,
H A Dkerberos5.c1301 if(found_pa == 0 && config->require_preauth)
1310 }else if (config->require_preauth
1312 || client->entry.flags.require_preauth
1313 || server->entry.flags.require_preauth) {
H A Dmit_dump.c139 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dent_setup.c55 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH);
H A Dget_s.c108 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mitdb.c246 entry->flags.require_preauth =!!(u32 & KRB5_KDB_REQUIRES_PRE_AUTH);

Completed in 106 milliseconds