From 7268b93a8f2a95a238be2cde2dafed53a6f5d9bd Mon Sep 17 00:00:00 2001 From: Moritz Baumann Date: Mon, 1 Nov 2010 09:07:34 +0100 Subject: Fix misused SDAP_SEARCH_BASE --- src/providers/ldap/sdap_async_netgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_async_netgroups.c') diff --git a/src/providers/ldap/sdap_async_netgroups.c b/src/providers/ldap/sdap_async_netgroups.c index 5f6ad059d..018454869 100644 --- a/src/providers/ldap/sdap_async_netgroups.c +++ b/src/providers/ldap/sdap_async_netgroups.c @@ -603,7 +603,7 @@ struct tevent_req *sdap_get_netgroups_send(TALLOC_CTX *memctx, subreq = sdap_get_generic_send(state, state->ev, state->opts, state->sh, dp_opt_get_string(state->opts->basic, - SDAP_SEARCH_BASE), + SDAP_NETGROUP_SEARCH_BASE), LDAP_SCOPE_SUBTREE, state->filter, state->attrs, state->opts->netgroup_map, -- cgit