diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-23 10:21:46 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-23 14:04:09 -0500 |
commit | b4adc08bcc1cc225133146163989301b607c79b5 (patch) | |
tree | c676dae2eec675062cad505a3d7836090288de58 /src/providers/ldap/sdap_async_initgroups.c | |
parent | e8dd8c81dacbe4b9c0de3fc0f9777bfc6e13bc41 (diff) | |
download | sssd-b4adc08bcc1cc225133146163989301b607c79b5.tar.gz sssd-b4adc08bcc1cc225133146163989301b607c79b5.tar.bz2 sssd-b4adc08bcc1cc225133146163989301b607c79b5.zip |
LDAP: Properly assign orig_dn
This was only used for properly identifying debug messages.
Diffstat (limited to 'src/providers/ldap/sdap_async_initgroups.c')
-rw-r--r-- | src/providers/ldap/sdap_async_initgroups.c | 1 |
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 5e0e184a..683e5116 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, |