Searched refs:check_boolean (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | verify_krb5_conf.c | 110 check_boolean(krb5_context context, const char *path, char *data) in check_boolean() function 373 { "", krb5_config_string, check_boolean, 0 }, 385 { "accept_null_addresses", krb5_config_string, check_boolean, 0 }, 386 { "allow_weak_crypto", krb5_config_string, check_boolean, 0 }, 389 { "check_pac", krb5_config_string, check_boolean, 0 }, 390 { "check-rd-req-server", krb5_config_string, check_boolean, 0 }, 403 { "dns_canonize_hostname", krb5_config_string, check_boolean, 0 }, 405 { "dns_lookup_kdc", krb5_config_string, check_boolean, 0 }, 406 { "dns_lookup_realm", krb5_config_string, check_boolean, 0 }, 409 { "encrypt", krb5_config_string, check_boolean, 0 }, [all …]
|