Searched refs:BOOL_FALSE (Results 1 - 7 of 7) sorted by relevance
/sssd/src/providers/krb5/ |
H A D | krb5_opts.c | 33 { "krb5_validate", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 36 { "krb5_store_password_if_offline", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 42 { "krb5_canonicalize", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 43 { "krb5_use_enterprise_principal", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
|
/sssd/src/providers/ad/ |
H A D | ad_opts.c | 96 { "ldap_id_use_start_tls", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 108 { "krb5_canonicalize", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 111 { "ldap_referrals", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 124 { "ldap_chpass_update_last_change", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 129 { "ldap_auth_disable_tls_never_use_in_production", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, [all...] |
/sssd/src/providers/ipa/ |
H A D | ipa_opts.c | 44 { "ipa_hbac_support_srchost", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 47 { "ipa_enable_dns_sites", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 48 { "ipa_server_mode", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 55 { "dyndns_update", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 59 { "dyndns_update_ptr", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, [all...] |
/sssd/src/providers/ldap/ |
H A D | ldap_opts.c | 61 { "ldap_force_upper_case_realm", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 69 { "ldap_id_use_start_tls", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 70 { "ldap_id_mapping", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 97 { "ldap_chpass_update_last_change", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 102 { "ldap_auth_disable_tls_never_use_in_production", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, [all...] |
/sssd/src/providers/ |
H A D | be_dyndns.c | 1194 { "dyndns_update", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, 1198 { "dyndns_update_ptr", DP_OPT_BOOL, BOOL_TRUE, BOOL_FALSE }, 1199 { "dyndns_force_tcp", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
|
H A D | data_provider.h | 241 #define BOOL_FALSE { .boolean = false } macro
|
/sssd/src/tests/cmocka/ |
H A D | test_dp_opts.c | 62 { "bool_false", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
|
Completed in 2264 milliseconds