/sssd-io/src/util/ |
H A D | session_recording.h | 41 * 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 D | session_recording.c | 46 /* 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 D | sss_ldap.c | 366 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 D | conftest.py | 24 @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 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-io/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-io/src/tests/intg/ |
H A D | sssd_ldb.py | 82 res = dbconn.search(base=basedn, scope=ldb.SCOPE_BASE, attrs=[attr])
|
H A D | test_pysss_nss_idmap.py | 38 @pytest.fixture(scope="module") 55 @pytest.fixture(scope="module")
|
H A D | test_sssctl.py | 37 @pytest.fixture(scope="module") 52 @pytest.fixture(scope="module")
|
H A D | ent_test.py | 27 @pytest.fixture(scope="module") 34 @pytest.fixture(scope="module") 72 @pytest.fixture(scope="module")
|
H A D | test_infopipe.py | 111 @pytest.fixture(scope="module") 123 @pytest.fixture(scope="module") 141 @pytest.fixture(scope="module")
|
H A D | test_netgroup.py | 39 @pytest.fixture(scope="module") 56 @pytest.fixture(scope="module")
|
/sssd-io/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 | 148 "[%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 D | ipa_deskprofile_rules.c | 268 base->basedn, base->scope, state->cur_filter); 271 base->basedn, base->scope,
|
/sssd-io/src/db/ |
H A D | sysdb_private.h | 256 enum ldb_scope scope,
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_hosts.c | 148 base->scope, state->cur_filter,
|
H A D | sdap_async.h | 212 int scope, 233 int scope,
|
H A D | ldap_options.c | 686 * 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 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.h | 390 int scope; member in struct:sdap_search_base 397 int scope,
|
/sssd-io/src/responder/nss/ |
H A D | nss_protocol_pwent.c | 132 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 D | qe_class.py | 251 @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 D | sssd.api.conf | 129 scope = str, None, false
|