Searched defs:search_base (Results 1 - 7 of 7) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_sudo.c152 char *search_base; local
175 search_base = dp_opt_get_string(sdap_opts, SDAP_SUDO_SEARCH_BASE);
176 if (search_base == NULL) {
186 search_base = ipa_search_base;
190 if (strcmp(ipa_search_base, search_base) == 0) {
H A Dipa_views.c362 char *search_base; local
386 search_base = talloc_asprintf(state, "cn=%s,%s", state->ipa_view_name,
388 if (search_base == NULL) {
406 sdap_id_op_handle(state->sdap_op), search_base,
/sssd/src/tests/cmocka/
H A Dcommon_mock_sdap.c88 const char *search_base,
84 sdap_get_generic_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, struct sdap_attr_map *map, int map_num_attrs, int timeout, bool allow_paging) argument
/sssd/src/providers/ldap/
H A Dldap_options.c39 const char *search_base; local
73 search_base = dp_opt_get_string(opts->basic, SDAP_SEARCH_BASE);
74 if (search_base != NULL) {
79 search_base);
358 const char *search_base; local
362 search_base = dp_opt_get_string(opts->basic, SDAP_SEARCH_BASE);
363 if (search_base != NULL) {
367 search_base);
487 const char *search_base; local
493 search_base
[all...]
H A Dsdap_async.c1158 const char *search_base; member in struct:sdap_get_generic_ext_state
1204 const char *search_base,
1228 state->search_base = search_base;
1299 PROBE(SDAP_GET_GENERIC_EXT_SEND, state->search_base,
1334 state->search_base);
1367 lret = ldap_search_ext(state->sh->ldap, state->search_base,
1640 PROBE(SDAP_GET_GENERIC_EXT_RECV, state->search_base,
1710 const char *search_base,
1744 subreq = sdap_get_generic_ext_send(state, ev, opts, sh, search_base,
1200 sdap_get_generic_ext_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, LDAPControl **serverctrls, LDAPControl **clientctrls, int sizelimit, int timeout, sdap_parse_cb parse_cb, void *cb_data, unsigned int flags) argument
1706 sdap_get_and_parse_generic_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, struct sdap_attr_map *map, int map_num_attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, int sizelimit, int timeout, bool allow_paging) argument
1825 sdap_get_generic_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, struct sdap_attr_map *map, int map_num_attrs, int timeout, bool allow_paging) argument
2797 sdap_deref_search_with_filter_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, const char *filter, const char *deref_attr, const char **attrs, int num_maps, struct sdap_attr_map_info *maps, int timeout, unsigned flags) argument
[all...]
/sssd/src/db/
H A Dsysdb_subdomains.c1333 const char *search_base; local
1383 search_base = ldb_dn_get_linearized(ldb_search_base);
1384 if (search_base == NULL) {
1389 ret = match_cn_users(tmp_ctx, usr_attrs, count, search_base, &result);
1397 ldb_search_base, search_base,
H A Dsysdb_ops.c311 const char *search_base,
331 search_base, domain->name);
309 sysdb_search_entry_by_sid_str(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *search_base, const char *filter_str, const char *sid_str, const char **attrs, struct ldb_message **msg) argument

Completed in 2094 milliseconds