Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
568de7a5
Commit
568de7a5
authored
Jun 08, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6156
parent
7a7b72fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
568de7a5
...
...
@@ -38,6 +38,7 @@ OpenLDAP 2.4.17 Engineering
Fixed slapo-rwm dn passing (ITS#6070)
Fixed slapo-rwm entry free (ITS#6058)
Fixed slapo-rwm entry release (ITS#6081)
Fixed slapo-translucent entry gathering (ITS#6156)
Build Environment
Added test056-monitor (ITS#5540)
Added test057-memberof-refint (ITS#5395)
...
...
servers/slapd/overlays/translucent.c
View file @
568de7a5
...
...
@@ -1110,6 +1110,8 @@ static int translucent_search(Operation *op, SlapReply *rs) {
op
->
o_callback
=
&
cb
;
if
(
fr
||
!
fl
)
{
AttributeName
*
attrs
=
op
->
ors_attrs
;
op
->
ors_attrs
=
NULL
;
op
->
o_bd
=
&
ov
->
db
;
tc
.
step
|=
RMT_SIDE
;
if
(
fl
)
{
...
...
@@ -1118,6 +1120,7 @@ static int translucent_search(Operation *op, SlapReply *rs) {
filter2bv_x
(
op
,
fr
,
&
op
->
ors_filterstr
);
}
rc
=
ov
->
db
.
bd_info
->
bi_op_search
(
op
,
rs
);
op
->
ors_attrs
=
attrs
;
op
->
o_bd
=
tc
.
db
;
if
(
fl
)
{
op
->
o_tmpfree
(
op
->
ors_filterstr
.
bv_val
,
op
->
o_tmpmemctx
);
...
...
@@ -1133,6 +1136,8 @@ static int translucent_search(Operation *op, SlapReply *rs) {
op
->
ors_filterstr
=
fbv
;
op
->
ors_filter
=
tc
.
orig
;
op
->
o_callback
=
cb
.
sc_next
;
rs
->
sr_attrs
=
op
->
ors_attrs
;
/* Send out anything remaining on the list and finish */
if
(
tc
.
step
&
USE_LIST
)
{
if
(
tc
.
list
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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