Searched refs:bases (Results 1 - 4 of 4) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_ops.h32 struct sdap_search_base **bases,
49 struct sdap_search_base **bases,
66 struct sdap_search_base **bases,
84 struct sdap_search_base **bases,
H A Dsdap_ops.c43 struct sdap_search_base **bases; member in struct:sdap_search_bases_ex_state
57 struct sdap_search_base **bases,
74 if (bases == NULL) {
83 state->bases = bases;
139 state->cur_base = state->bases[state->base_iter];
251 struct sdap_search_base **bases,
258 return sdap_search_bases_ex_send(mem_ctx, ev, opts, sh, bases, map,
276 struct sdap_search_base **bases,
283 return sdap_search_bases_ex_send(mem_ctx, ev, opts, sh, bases, ma
53 sdap_search_bases_ex_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map *map, bool allow_paging, bool return_first_reply, int timeout, const char *filter, const char **attrs) argument
247 sdap_search_bases_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map *map, bool allow_paging, int timeout, const char *filter, const char **attrs) argument
272 sdap_search_bases_return_first_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map *map, bool allow_paging, int timeout, const char *filter, const char **attrs) argument
311 struct sdap_search_base **bases; member in struct:sdap_deref_bases_ex_state
321 sdap_deref_bases_ex_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map_info *maps, const char *filter, const char **attrs, const char *deref_attr, unsigned int flags, bool return_first_reply, int timeout) argument
498 sdap_deref_bases_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map_info *maps, const char *filter, const char **attrs, const char *deref_attr, unsigned int flags, int timeout) argument
524 sdap_deref_bases_return_first_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map_info *maps, const char *filter, const char **attrs, const char *deref_attr, unsigned int flags, int timeout) argument
[all...]
H A Dsdap.c1124 struct sdap_search_base ***bases; local
1128 bases = &sdom->search_bases;
1131 bases = &sdom->user_search_bases;
1134 bases = &sdom->group_search_bases;
1137 bases = &sdom->netgroup_search_bases;
1140 bases = &sdom->sudo_search_bases;
1143 bases = &sdom->service_search_bases;
1146 bases = &sdom->autofs_search_bases;
1162 ret = sdap_parse_search_base(opts, opts->basic, class, bases);
1189 * add NULL checks for the search bases i
[all...]
/sssd/src/providers/ipa/
H A Dipa_netgroups.c326 /* There are more search bases to try */
434 struct sdap_search_base **bases; local
436 bases = state->ipa_opts->id->sdom->netgroup_search_bases;
437 if (bases[state->netgr_base_iter] == NULL) {
438 /* No more bases to try */
441 base_filter = bases[state->netgr_base_iter]->filter;
451 bases[state->netgr_base_iter]->basedn,
452 bases[state->netgr_base_iter]->scope,
475 struct sdap_search_base **bases; local
477 bases
517 struct sdap_search_base **bases; local
[all...]

Completed in 2505 milliseconds