diff options
author | Moritz Baumann <moritz.baumann@inf.ethz.ch> | 2010-11-01 09:07:34 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-01 07:30:07 -0400 |
commit | 7268b93a8f2a95a238be2cde2dafed53a6f5d9bd (patch) | |
tree | 62ede01109adeab0320ce86fa174e8663ddd0b35 /src | |
parent | b2ef0ef73ead4b9ee42dca3d704df2ce75ddeb63 (diff) | |
download | sssd_unused-7268b93a8f2a95a238be2cde2dafed53a6f5d9bd.tar.gz sssd_unused-7268b93a8f2a95a238be2cde2dafed53a6f5d9bd.tar.xz sssd_unused-7268b93a8f2a95a238be2cde2dafed53a6f5d9bd.zip |
Fix misused SDAP_SEARCH_BASE
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ldap/sdap_async_netgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_netgroups.c b/src/providers/ldap/sdap_async_netgroups.c index 5f6ad059..01845486 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, |