summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-02-23 10:21:46 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-23 14:04:17 -0500
commit436e9f8fcc2759cc32f5c8af85bd5d14dc1a78d0 (patch)
tree16f712359e764575bbf2fa370e8271a105b0b0dc
parentc65df321c0d2db686ad1026bde56fcb44eee2a0a (diff)
downloadsssd-436e9f8fcc2759cc32f5c8af85bd5d14dc1a78d0.tar.gz
sssd-436e9f8fcc2759cc32f5c8af85bd5d14dc1a78d0.tar.xz
sssd-436e9f8fcc2759cc32f5c8af85bd5d14dc1a78d0.zip
LDAP: Properly assign orig_dn
This was only used for properly identifying debug messages.
-rw-r--r--src/providers/ldap/sdap_async_initgroups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async_initgroups.c b/src/providers/ldap/sdap_async_initgroups.c
index 5e0e184ad..683e51166 100644
--- a/src/providers/ldap/sdap_async_initgroups.c
+++ b/src/providers/ldap/sdap_async_initgroups.c
@@ -1440,6 +1440,7 @@ static struct tevent_req *sdap_initgr_rfc2307bis_send(
state->timeout = dp_opt_get_int(state->opts->basic, SDAP_SEARCH_TIMEOUT);
state->base_iter = 0;
state->search_bases = opts->group_search_bases;
+ state->orig_dn = orig_dn;
if (!state->search_bases) {
DEBUG(SSSDBG_CRIT_FAILURE,