Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
46d70795
Commit
46d70795
authored
Jan 31, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6818
parent
2bf4b5b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
46d70795
...
...
@@ -88,6 +88,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapd-meta with SASL/EXTERNAL (ITS#6642)
Fixed slapd-meta matchedDN return code (ITS#6774)
Fixed slapd-meta candidate selection (ITS#6799)
Fixed slapd-meta attribute normalization (ITS#6818)
Fixed slapd-monitor hasSubordinates generation (ITS#6712)
Fixed slapd-monitor abandon processing (ITS#6783)
Fixed slapd-monitor entry locks (ITS#6787)
...
...
servers/slapd/back-meta/map.c
View file @
46d70795
...
...
@@ -267,7 +267,9 @@ map_attr_value(
return
-
1
;
}
}
else
if
(
ad
->
ad_type
->
sat_equality
->
smr_usage
&
SLAP_MR_MUTATION_NORMALIZER
)
{
}
else
if
(
ad
->
ad_type
->
sat_equality
&&
ad
->
ad_type
->
sat_equality
->
smr_usage
&
SLAP_MR_MUTATION_NORMALIZER
)
{
if
(
ad
->
ad_type
->
sat_equality
->
smr_normalize
(
(
SLAP_MR_DENORMALIZE
|
SLAP_MR_VALUE_OF_ASSERTION_SYNTAX
),
NULL
,
NULL
,
value
,
&
vtmp
,
memctx
)
)
...
...
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