Searched defs:search (Results 1 - 3 of 3) sorted by relevance
/sssd-io/src/tests/python/sssd/testlib/common/ |
H A D | utils.py | 392 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:
|
/sssd-io/src/responder/common/cache_req/ |
H A D | cache_req.c | 482 * 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/ldb_modules/ |
H A D | memberof.c | 1210 * 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...] |
Completed in 23 milliseconds