mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
FIXME: is this the intended behavior?
This commit is contained in:
parent
d07ea8b450
commit
95991161c6
@ -753,7 +753,7 @@ UTF8StringNormalize(
|
|||||||
|
|
||||||
flags = SLAP_MR_ASSOCIATED(mr, slap_schema.si_mr_caseExactMatch )
|
flags = SLAP_MR_ASSOCIATED(mr, slap_schema.si_mr_caseExactMatch )
|
||||||
? LDAP_UTF8_NOCASEFOLD : LDAP_UTF8_CASEFOLD;
|
? LDAP_UTF8_NOCASEFOLD : LDAP_UTF8_CASEFOLD;
|
||||||
flags |= ( use & SLAP_MR_EQUALITY_APPROX == SLAP_MR_EQUALITY_APPROX )
|
flags |= ( ( use & SLAP_MR_EQUALITY_APPROX ) == SLAP_MR_EQUALITY_APPROX )
|
||||||
? LDAP_UTF8_APPROX : 0;
|
? LDAP_UTF8_APPROX : 0;
|
||||||
|
|
||||||
val = UTF8bvnormalize( val, &tmp, flags );
|
val = UTF8bvnormalize( val, &tmp, flags );
|
||||||
|
Loading…
Reference in New Issue
Block a user