summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-16 15:17:28 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-02 11:12:12 -0400
commit86e00b950eae9884702ad535e3030b238ec451e3 (patch)
tree96fbbaef66a7ee7e68b269bcdb2871d57e0ea445 /src/providers/ldap/sdap_async.h
parentfd94a375467ade9233e34513863571fc51fec2ed (diff)
downloadsssd-86e00b950eae9884702ad535e3030b238ec451e3.tar.gz
sssd-86e00b950eae9884702ad535e3030b238ec451e3.tar.xz
sssd-86e00b950eae9884702ad535e3030b238ec451e3.zip
LDAP: Support multiple group search bases (non-enumeration, RFC2307)
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 2ef5ff247..ef18c775a 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -58,9 +58,10 @@ struct tevent_req *sdap_get_groups_send(TALLOC_CTX *memctx,
struct sss_domain_info *dom,
struct sysdb_ctx *sysdb,
struct sdap_options *opts,
+ struct sdap_search_base **search_bases,
struct sdap_handle *sh,
const char **attrs,
- const char *wildcard,
+ const char *filter,
int timeout);
int sdap_get_groups_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx, char **timestamp);