Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
95991161
Commit
95991161
authored
Apr 03, 2003
by
Pierangelo Masarati
Browse files
FIXME: is this the intended behavior?
parent
d07ea8b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
95991161
...
...
@@ -753,7 +753,7 @@ UTF8StringNormalize(
flags
=
SLAP_MR_ASSOCIATED
(
mr
,
slap_schema
.
si_mr_caseExactMatch
)
?
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
;
val
=
UTF8bvnormalize
(
val
,
&
tmp
,
flags
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment