Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
67be96ea
Commit
67be96ea
authored
Sep 03, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5627
parent
d868fcdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
67be96ea
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.12 Engineering
Fixed liblutil executables on Windows (ITS#5604)
Fixed slapd aci performance (ITS#5636)
Fixed slapd aci's with sets (ITS#5627)
Fixed slapd custom attribute inheritance (ITS#5642)
Fixed slapd dynacl mask handling (ITS#5637)
Fixed slapd firstComponentMatch normalization (ITS#5634)
...
...
servers/slapd/aci.c
View file @
67be96ea
...
...
@@ -1743,6 +1743,12 @@ OpenLDAPaciPrettyNormal(
}
nsubject
=
ad
->
ad_cname
;
}
else
if
(
OpenLDAPacitypes
[
idx
]
==
&
aci_bv
[
ACI_BV_SET
]
||
OpenLDAPacitypes
[
idx
]
==
&
aci_bv
[
ACI_BV_SET_REF
]
)
{
/* NOTE: dunno how to normalize it... */
nsubject
=
subject
;
}
...
...
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