mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix slap_sasl2dn(), performing internal search with wrong op.o_ndn.
This commit is contained in:
parent
1363d4bf1a
commit
574090d184
@ -618,7 +618,7 @@ void slap_sasl2dn( Connection *conn,
|
||||
|
||||
op.o_tag = LDAP_REQ_SEARCH;
|
||||
op.o_protocol = LDAP_VERSION3;
|
||||
op.o_ndn = *saslname;
|
||||
op.o_ndn = conn->c_ndn;
|
||||
op.o_callback = &cb;
|
||||
op.o_time = slap_get_time();
|
||||
op.o_do_not_cache = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user