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
dcd15bcd
Commit
dcd15bcd
authored
Dec 02, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6403
parent
ce3542c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
dcd15bcd
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.21 Engineering
Fixed liblutil for negative time offsets (ITS#6405)
Fixed slapd use correct ce_type (ITS#6408)
Fixed slapo-translucent with back-null (ITS#6403)
Fixed slapo-unique conflict with ppolicy (ITS#6270)
Build Environment
Fixed broken LBER_INVALID macro (ITS#6402)
...
...
servers/slapd/overlays/translucent.c
View file @
dcd15bcd
...
...
@@ -585,7 +585,7 @@ static int translucent_compare(Operation *op, SlapReply *rs) {
slap_overinst
*
on
=
(
slap_overinst
*
)
op
->
o_bd
->
bd_info
;
translucent_info
*
ov
=
on
->
on_bi
.
bi_private
;
AttributeAssertion
*
ava
=
op
->
orc_ava
;
Entry
*
e
;
Entry
*
e
=
NULL
;
BackendDB
*
db
;
int
rc
;
...
...
@@ -852,6 +852,7 @@ static int translucent_search_cb(Operation *op, SlapReply *rs) {
}
else
{
/* Else we have remote, get local */
op
->
o_bd
=
tc
->
db
;
le
=
NULL
;
rc
=
overlay_entry_get_ov
(
op
,
&
rs
->
sr_entry
->
e_nname
,
NULL
,
NULL
,
0
,
&
le
,
on
);
if
(
rc
==
LDAP_SUCCESS
&&
le
)
{
re
=
entry_dup
(
rs
->
sr_entry
);
...
...
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