summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-10-03 11:28:35 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-02 11:12:12 -0400
commitf26b61dfe246c750a42f1f9fb28f9df5981bc841 (patch)
treece9eeafc93507354f386416f46872e9840319687 /src/providers/ldap/sdap_async.h
parent357efd33759fd1297723d9956a7f77226fe26871 (diff)
downloadsssd-f26b61dfe246c750a42f1f9fb28f9df5981bc841.tar.gz
sssd-f26b61dfe246c750a42f1f9fb28f9df5981bc841.tar.xz
sssd-f26b61dfe246c750a42f1f9fb28f9df5981bc841.zip
LDAP: Add support for multiple search bases for user 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 ef18c775a..262c04a0d 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -49,7 +49,8 @@ struct tevent_req *sdap_get_users_send(TALLOC_CTX *memctx,
struct sdap_handle *sh,
const char **attrs,
const char *filter,
- int timeout);
+ int timeout,
+ bool enumeration);
int sdap_get_users_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx, char **timestamp);