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

12

/sssd-io/src/util/
H A Dsession_recording.h41 * Session recording scope:
44 enum session_recording_scope scope; member in struct:session_recording_conf
47 * Can be NULL, meaning empty list. Only applicable if scope is "some".
53 * scope is "some"
H A Dsession_recording.c46 /* Read session_recording/scope option */
51 pconf->scope = SESSION_RECORDING_SCOPE_NONE;
53 pconf->scope = SESSION_RECORDING_SCOPE_SOME;
55 pconf->scope = SESSION_RECORDING_SCOPE_ALL;
58 "Unknown value for session recording scope: %s\n",
65 if (pconf->scope != SESSION_RECORDING_SCOPE_NONE) {
H A Dsss_ldap.c366 switch (base->scope) {
375 /* Base object doesn't belong to scope=one
402 DEBUG(SSSDBG_FUNC_DATA, "Unsupported scope: %d\n", base->scope);
/sssd-io/src/tests/multihost/basic/
H A Dconftest.py24 @pytest.fixture(scope="class")
29 @pytest.fixture(scope="session")
50 @pytest.fixture(scope="session")
62 @pytest.fixture(scope="session")
72 @pytest.fixture(scope="session")
84 @pytest.fixture(scope='class', autouse=True)
148 @pytest.fixture(scope='class', autouse=True)
181 @pytest.fixture(scope="session", autouse=True)
/sssd-io/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-io/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-io/src/tests/intg/
H A Dsssd_ldb.py82 res = dbconn.search(base=basedn, scope=ldb.SCOPE_BASE, attrs=[attr])
H A Dtest_pysss_nss_idmap.py38 @pytest.fixture(scope="module")
55 @pytest.fixture(scope="module")
H A Dtest_sssctl.py37 @pytest.fixture(scope="module")
52 @pytest.fixture(scope="module")
H A Dent_test.py27 @pytest.fixture(scope="module")
34 @pytest.fixture(scope="module")
72 @pytest.fixture(scope="module")
H A Dtest_infopipe.py111 @pytest.fixture(scope="module")
123 @pytest.fixture(scope="module")
141 @pytest.fixture(scope="module")
H A Dtest_netgroup.py39 @pytest.fixture(scope="module")
56 @pytest.fixture(scope="module")
/sssd-io/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.c148 "[%s][%d][%s]\n", base->basedn, base->scope,
151 base->basedn, base->scope,
262 "[%s][%d][%s]\n", base->basedn, base->scope,
265 base->basedn, base->scope,
H A Dipa_deskprofile_rules.c268 base->basedn, base->scope, state->cur_filter);
271 base->basedn, base->scope,
/sssd-io/src/db/
H A Dsysdb_private.h256 enum ldb_scope scope,
/sssd-io/src/providers/ldap/
H A Dsdap_async_hosts.c148 base->scope, state->cur_filter,
H A Dsdap_async.h212 int scope,
233 int scope,
H A Dldap_options.c686 * Multiple: search_base?scope?filter[?search_base?scope?filter]*
778 /* Set the search scope for this base DN */
783 search_bases[i]->scope = LDAP_SCOPE_SUBTREE;
786 search_bases[i]->scope = LDAP_SCOPE_ONELEVEL;
788 search_bases[i]->scope = LDAP_SCOPE_BASE;
791 "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.h390 int scope; member in struct:sdap_search_base
397 int scope,
/sssd-io/src/responder/nss/
H A Dnss_protocol_pwent.c132 if (nss_ctx->rctx->sr_conf.scope == SESSION_RECORDING_SCOPE_ALL) {
134 } else if (nss_ctx->rctx->sr_conf.scope ==
/sssd-io/src/tests/python/sssd/testlib/common/
H A Dqe_class.py251 @pytest.yield_fixture(scope="session", autouse=True)
253 """Multihost plugin fixture for session scope"""
303 @pytest.fixture(scope='session', autouse=True)
/sssd-io/src/config/etc/
H A Dsssd.api.conf129 scope = str, None, false

Completed in 49 milliseconds

12