Searched defs:parent_opts (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/
H A Ddata_provider_opts.c27 struct dp_option *parent_opts,
33 inherit_option = string_in_list(parent_opts[option].opt_name,
38 parent_opts[option].opt_name);
43 "Will inherit option %s\n", parent_opts[option].opt_name);
44 switch (parent_opts[option].type) {
48 dp_opt_get_int(parent_opts,
54 dp_opt_get_string(parent_opts,
60 dp_opt_get_blob(parent_opts,
66 dp_opt_get_bool(parent_opts,
76 "Failed to inherit option %s\n", parent_opts[optio
25 dp_option_inherit(char **inherit_opt_list, int option, struct dp_option *parent_opts, struct dp_option *subdom_opts) argument
[all...]
/sssd/src/providers/ldap/
H A Dsdap.c269 struct dp_option *parent_opts,
283 parent_opts,
268 sdap_inherit_basic_options(char **inherit_opt_list, struct dp_option *parent_opts, struct dp_option *subdom_opts) argument

Completed in 1096 milliseconds