summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-16 15:33:03 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-02 11:12:12 -0400
commitfd94a375467ade9233e34513863571fc51fec2ed (patch)
tree8555ac503d78f270ad86400fab0861196fbbc96d /src/providers/ldap/sdap_async.h
parenta0e406e5219068aec1a531e2b09ee30309b266cf (diff)
downloadsssd-fd94a375467ade9233e34513863571fc51fec2ed.tar.gz
sssd-fd94a375467ade9233e34513863571fc51fec2ed.tar.xz
sssd-fd94a375467ade9233e34513863571fc51fec2ed.zip
LDAP: Support multiple netgroup search bases
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 c1637be5e..2ef5ff247 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -70,9 +70,10 @@ struct tevent_req *sdap_get_netgroups_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_netgroups_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx, char **timestamp,