diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-10-03 14:23:22 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-02 11:12:12 -0400 |
commit | 1bbd4c57fc31cec302244725e698413623818d19 (patch) | |
tree | 878378cef60528db6c3b67fe0eae19211714fc87 /src/providers/ldap/sdap_async.h | |
parent | f26b61dfe246c750a42f1f9fb28f9df5981bc841 (diff) | |
download | sssd-1bbd4c57fc31cec302244725e698413623818d19.tar.gz sssd-1bbd4c57fc31cec302244725e698413623818d19.tar.bz2 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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index 262c04a0..e628c7da 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); |