Searched defs:inherit_option (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/
H A Ddata_provider_opts.c31 bool inherit_option; local
33 inherit_option = string_in_list(parent_opts[option].opt_name,
35 if (inherit_option == false) {
/sssd/src/db/
H A Dsysdb_subdomains.c38 bool inherit_option; local
118 inherit_option = string_in_list(CONFDB_DOMAIN_IGNORE_GROUP_MEMBERS,
120 if (inherit_option) {
/sssd/src/providers/ldap/
H A Dsdap.c298 bool inherit_option; local
303 inherit_option = string_in_list(parent_user_map[opt_index].opt_name,
306 if (inherit_option == false) {

Completed in 21 milliseconds