Searched refs:scope (Results 1 - 25 of 33) sorted by relevance

12

/sssd/src/systemtap/
H A Dsssd_probes.d21 probe sdap_get_generic_ext_send(const char *base, int scope, const char *filter);
22 probe sdap_get_generic_ext_recv(const char *base, int scope, const char *filter);
/sssd/src/tests/cmocka/
H A Dcommon_mock_sdap.c89 int scope,
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/tests/intg/
H A Dsssd_ldb.py82 res = dbconn.search(base=basedn, scope=ldb.SCOPE_BASE, attrs=[attr])
H A Dent_test.py41 @pytest.fixture(scope="module")
48 @pytest.fixture(scope="module")
86 @pytest.fixture(scope="module")
H A Dtest_netgroup.py38 @pytest.fixture(scope="module")
55 @pytest.fixture(scope="module")
H A Dtest_ts_cache.py47 @pytest.fixture(scope="module")
62 @pytest.fixture(scope="module")
H A Dldap_local_override_test.py55 @pytest.fixture(scope="module")
70 @pytest.fixture(scope="module")
H A Dtest_enumeration.py38 @pytest.fixture(scope="module")
55 @pytest.fixture(scope="module")
H A Dtest_memory_cache.py37 @pytest.fixture(scope="module")
52 @pytest.fixture(scope="module")
/sssd/src/providers/ipa/
H A Dipa_hbac_rules.c216 "[%s][%d][%s]\n", base->basedn, base->scope,
220 base->basedn, base->scope,
H A Dipa_selinux_maps.c131 "parameters: [%d][%s][%s]\n", base->scope,
135 base->scope, state->cur_filter,
H A Dipa_hbac_services.c147 "[%s][%d][%s]\n", base->basedn, base->scope,
150 base->basedn, base->scope,
261 "[%s][%d][%s]\n", base->basedn, base->scope,
264 base->basedn, base->scope,
H A Dipa_hosts.c165 base->scope, state->cur_filter,
302 base->basedn, base->scope,
H A Dipa_netgroups.c272 netgr_bases[state->netgr_base_iter]->scope,
452 bases[state->netgr_base_iter]->scope,
541 bases[state->host_base_iter]->scope,
/sssd/src/db/
H A Dsysdb_private.h243 enum ldb_scope scope,
H A Dsysdb.h794 enum ldb_scope scope,
800 #define SSS_LDB_SEARCH(ret, ldb, mem_ctx, _result, base, scope, attrs, \
804 _sls_lret = ldb_search(ldb, mem_ctx, _result, base, scope, attrs, \
/sssd/src/providers/ldap/
H A Dsdap.h375 int scope; member in struct:sdap_search_base
382 int scope,
H A Dsdap_async.h196 int scope,
217 int scope,
H A Dldap_options.c663 * Multiple: search_base?scope?filter[?search_base?scope?filter]*
755 /* Set the search scope for this base DN */
760 search_bases[i]->scope = LDAP_SCOPE_SUBTREE;
763 search_bases[i]->scope = LDAP_SCOPE_ONELEVEL;
765 search_bases[i]->scope = LDAP_SCOPE_BASE;
768 "Unknown search scope: [%s]\n", split_bases[c+1]);
H A Dsdap_async.c1159 int scope; member in struct:sdap_get_generic_ext_state
1205 int scope,
1229 state->scope = scope;
1255 if (scope == LDAP_SCOPE_BASE && (flags & SDAP_SRCH_FLG_PAGING)) {
1259 "WARNING: Disabling paging because scope is set to base.\n");
1300 state->scope, state->filter);
1368 state->scope, state->filter,
1641 state->scope, state->filter);
1711 int scope,
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
[all...]
H A Dsdap_async_groups_ad.c157 state->search_bases[state->base_iter]->scope,
H A Dsdap.c1060 int scope,
1108 base->scope = scope;
1058 sdap_create_search_base(TALLOC_CTX *mem_ctx, const char *unparsed_base, int scope, const char *filter, struct sdap_search_base **_base) argument
H A Dsdap_ops.c156 state->cur_base->scope, filter,
H A Dsdap_async_autofs.c326 state->search_bases[state->base_iter]->scope,
506 state->search_bases[state->base_iter]->scope,
/sssd/src/util/
H A Dsss_ldap.c330 switch (base->scope) {
339 /* Base object doesn't belong to scope=one
366 DEBUG(SSSDBG_FUNC_DATA, "Unsupported scope: %d\n", base->scope);

Completed in 292 milliseconds

12