Searched refs:search (Results 1 - 6 of 6) sorted by relevance

/sssd-io/src/tests/intg/
H A Dent_test.py134 assert not re.search("expected users not found:", str(e))
135 assert re.search("unexpected users found:", str(e))
140 assert re.search("expected users not found:", str(e))
141 assert not re.search("unexpected users found:", str(e))
220 assert re.search("list mismatch:", str(e))
221 assert re.search("expected users not found:", str(e))
222 assert not re.search("unexpected users found:", str(e))
227 assert re.search("list mismatch:", str(e))
228 assert not re.search("expected users not found:", str(e))
229 assert re.search("unexpecte
[all...]
H A Dsssd_ldb.py82 res = dbconn.search(base=basedn, scope=ldb.SCOPE_BASE, attrs=[attr])
/sssd-io/contrib/git/
H A Dpre-push32 has_rb = re.search('^Reviewed-by:', l)
/sssd-io/src/ldb_modules/
H A Dmemberof.c1210 * search the object itself to get the original membership lists (member and
1211 * memberof) for this object, and we also search for any object that has it as
1225 * retrieved with the first search. Then we create a remove list.
1322 struct ldb_request *search; local
1382 ret = ldb_build_search_req(&search, ldb, del_ctx,
1392 return ldb_request(ldb, search);
1766 struct ldb_request *search; local
1797 ret = ldb_build_search_req(&search, ldb, delop,
1807 return ldb_request(ldb, search);
1955 struct ldb_request *search; local
2873 struct ldb_request *search; local
3043 struct ldb_request *search; local
[all...]
/sssd-io/src/responder/common/cache_req/
H A Dcache_req.c482 * the DP. Therefore, first run a cache-only search and only if the
486 * second iteration with cache_first, then we don't need to search
722 * there are multiple domains to search OR if this is the second
780 * qualified names on domain less search. We do not descend into
886 /* This is a domain less search, continue with the next domain. */
911 /* We got some data from this search. Save it. */
971 /* This is a domain less search, continue with the next domain. */
1017 * Return true if we should issue another search.
1046 /* We will search only one domain. */
1054 /* We will search cach
1337 bool search; local
[all...]
/sssd-io/src/tests/python/sssd/testlib/common/
H A Dutils.py392 adding entry, adding a DN, modifying DN, search entries.
457 def search(self, basedn, criteria, attributes, scope=ldap.SCOPE_SUBTREE): member in class:LdapOperations
464 :scope obj : scope to be used when search default:

Completed in 27 milliseconds