[SSSD] sdap_async_netgroups.c misused SDAP_SEARCH_BASE?

Moritz Baumann moritz.baumann at inf.ethz.ch
Sun Oct 31 14:34:44 UTC 2010


I have filed a bug report at:

https://bugzilla.redhat.com/show_bug.cgi?id=648150


ddiff -Nur sssd-1.4.0/src/providers/ldap/sdap_async_netgroups.c
sssd-1.4.0.patch/src/providers/ldap/sdap_async_netgroups.c
--- sssd-1.4.0/src/providers/ldap/sdap_async_netgroups.c        2010-10-18
20:03:45.000000000 +0200
+++ sssd-1.4.0.patch/src/providers/ldap/sdap_async_netgroups.c  2010-10-31
14:57:51.963194696 +0100
@@ -603,7 +603,7 @@

      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,


I'm not sure if this fixes the issue.

Best,
Moritz



More information about the sssd-devel mailing list