Home
last modified time | relevance | path

Searched refs:require_preauth (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dconfig.c51 static int require_preauth = -1; /* 1 == require preauth for all principals */ variable
88 "require-preauth", 'p', arg_negative_flag, &require_preauth,
239 if(require_preauth != -1) in configure()
240 config->require_preauth = require_preauth; in configure()
H A Ddefault_config.c54 c->require_preauth = TRUE; in krb5_kdc_get_config()
78 c->require_preauth = in krb5_kdc_get_config()
80 c->require_preauth, in krb5_kdc_get_config()
H A Dkdc.h56 krb5_boolean require_preauth; /* require preauth for all principals */ member
H A Dkerberos5.c1613 return r->config->require_preauth in require_preauth_p()
1614 || r->client->entry.flags.require_preauth in require_preauth_p()
1615 || r->server->entry.flags.require_preauth; in require_preauth_p()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dent_setup.c55 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()
H A Dget_s.c176 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0; in kadm5_s_get_principal()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dprint.c364 if (flags.require_preauth) in flags_to_attr()
H A Dhdb-mitdb.c111 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.19982210 Check the require_preauth flag.
2214 * lib/hdb/hdb.asn1: new flags `require_preauth' and `change_pw'