mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
use bound credentials, if any
This commit is contained in:
parent
3565dcc756
commit
5dcb4828d7
@ -76,8 +76,8 @@ meta_search_dobind_init(
|
||||
metatarget_t *mt = mi->mi_targets[ candidate ];
|
||||
metasingleconn_t *msc = &mc->mc_conns[ candidate ];
|
||||
|
||||
struct berval binddn = BER_BVC( "" ),
|
||||
cred = BER_BVC( "" );
|
||||
struct berval binddn = msc->msc_bound_ndn,
|
||||
cred = msc->msc_cred;
|
||||
int method;
|
||||
|
||||
int rc;
|
||||
|
Loading…
Reference in New Issue
Block a user