mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
use bound credentials, if any
This commit is contained in:
parent
3565dcc756
commit
5dcb4828d7
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ meta_search_dobind_init(
|
||||||
metatarget_t *mt = mi->mi_targets[ candidate ];
|
metatarget_t *mt = mi->mi_targets[ candidate ];
|
||||||
metasingleconn_t *msc = &mc->mc_conns[ candidate ];
|
metasingleconn_t *msc = &mc->mc_conns[ candidate ];
|
||||||
|
|
||||||
struct berval binddn = BER_BVC( "" ),
|
struct berval binddn = msc->msc_bound_ndn,
|
||||||
cred = BER_BVC( "" );
|
cred = msc->msc_cred;
|
||||||
int method;
|
int method;
|
||||||
|
|
||||||
int rc;
|
int rc;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue