Searched refs:require_preauth (Results 1 – 9 of 9) sorted by relevance
51 static int require_preauth = -1; /* 1 == require preauth for all principals */ variable88 "require-preauth", 'p', arg_negative_flag, &require_preauth,239 if(require_preauth != -1) in configure()240 config->require_preauth = require_preauth; in configure()
54 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()
56 krb5_boolean require_preauth; /* require preauth for all principals */ member
1613 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()
55 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()
176 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0; in kadm5_s_get_principal()
364 if (flags.require_preauth) in flags_to_attr()
111 flags->require_preauth = !!(attr & KRB5_KDB_REQUIRES_PRE_AUTH); in attr_to_flags()
2210 Check the require_preauth flag.2214 * lib/hdb/hdb.asn1: new flags `require_preauth' and `change_pw'