mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
fix ITS#3396 (filter in URI replacement must be present)
This commit is contained in:
parent
947268c5ee
commit
227961178e
@ -1149,6 +1149,12 @@ void slap_sasl2dn( Operation *opx,
|
|||||||
goto FINISHED;
|
goto FINISHED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Must run an internal search. */
|
||||||
|
if ( op.ors_filter == NULL ) {
|
||||||
|
rc = LDAP_FILTER_ERROR;
|
||||||
|
goto FINISHED;
|
||||||
|
}
|
||||||
|
|
||||||
op.o_conn = opx->o_conn;
|
op.o_conn = opx->o_conn;
|
||||||
op.o_connid = opx->o_connid;
|
op.o_connid = opx->o_connid;
|
||||||
op.o_tag = LDAP_REQ_SEARCH;
|
op.o_tag = LDAP_REQ_SEARCH;
|
||||||
|
Loading…
Reference in New Issue
Block a user