/sssd/src/systemtap/ |
H A D | sssd_probes.d | 21 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 D | common_mock_sdap.c | 89 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 D | sssd_ldb.py | 82 res = dbconn.search(base=basedn, scope=ldb.SCOPE_BASE, attrs=[attr])
|
H A D | ent_test.py | 41 @pytest.fixture(scope="module") 48 @pytest.fixture(scope="module") 86 @pytest.fixture(scope="module")
|
H A D | test_netgroup.py | 38 @pytest.fixture(scope="module") 55 @pytest.fixture(scope="module")
|
H A D | test_ts_cache.py | 47 @pytest.fixture(scope="module") 62 @pytest.fixture(scope="module")
|
H A D | ldap_local_override_test.py | 55 @pytest.fixture(scope="module") 70 @pytest.fixture(scope="module")
|
H A D | test_enumeration.py | 38 @pytest.fixture(scope="module") 55 @pytest.fixture(scope="module")
|
H A D | test_memory_cache.py | 37 @pytest.fixture(scope="module") 52 @pytest.fixture(scope="module")
|
/sssd/src/providers/ipa/ |
H A D | ipa_hbac_rules.c | 216 "[%s][%d][%s]\n", base->basedn, base->scope, 220 base->basedn, base->scope,
|
H A D | ipa_selinux_maps.c | 131 "parameters: [%d][%s][%s]\n", base->scope, 135 base->scope, state->cur_filter,
|
H A D | ipa_hbac_services.c | 147 "[%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 D | ipa_hosts.c | 165 base->scope, state->cur_filter, 302 base->basedn, base->scope,
|
H A D | ipa_netgroups.c | 272 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 D | sysdb_private.h | 243 enum ldb_scope scope,
|
H A D | sysdb.h | 794 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 D | sdap.h | 375 int scope; member in struct:sdap_search_base 382 int scope,
|
H A D | sdap_async.h | 196 int scope, 217 int scope,
|
H A D | ldap_options.c | 663 * 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 D | sdap_async.c | 1159 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 D | sdap_async_groups_ad.c | 157 state->search_bases[state->base_iter]->scope,
|
H A D | sdap.c | 1060 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 D | sdap_ops.c | 156 state->cur_base->scope, filter,
|
H A D | sdap_async_autofs.c | 326 state->search_bases[state->base_iter]->scope, 506 state->search_bases[state->base_iter]->scope,
|
/sssd/src/util/ |
H A D | sss_ldap.c | 330 switch (base->scope) { 339 /* Base object doesn't belong to scope=one 366 DEBUG(SSSDBG_FUNC_DATA, "Unsupported scope: %d\n", base->scope);
|