summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-10-03 14:23:22 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-02 11:12:12 -0400
commit1bbd4c57fc31cec302244725e698413623818d19 (patch)
tree878378cef60528db6c3b67fe0eae19211714fc87 /src/providers/ldap/sdap_async.h
parentf26b61dfe246c750a42f1f9fb28f9df5981bc841 (diff)
downloadsssd-1bbd4c57fc31cec302244725e698413623818d19.tar.gz
sssd-1bbd4c57fc31cec302244725e698413623818d19.tar.xz
sssd-1bbd4c57fc31cec302244725e698413623818d19.zip
LDAP: Add support for multiple search bases for group enumeration
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 262c04a0d..e628c7daa 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -63,7 +63,8 @@ struct tevent_req *sdap_get_groups_send(TALLOC_CTX *memctx,
struct sdap_handle *sh,
const char **attrs,
const char *filter,
- int timeout);
+ int timeout,
+ bool enumeration);
int sdap_get_groups_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx, char **timestamp);