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
91955f08
Commit
91955f08
authored
Jul 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5548
parent
2f38eca6
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
91955f08
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering
Added slapo-nssov contrib module
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Build Environment
Fixed test048 to skip if threads is not available (ITS#5529)
...
...
servers/slapd/overlays/syncprov.c
View file @
91955f08
...
...
@@ -1181,6 +1181,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
sprev
=
ss
,
ss
=
snext
)
{
Operation
op2
;
Opheader
oh
;
syncmatches
*
sm
;
int
found
=
0
;
...
...
@@ -1230,7 +1231,10 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
if
(
fc
.
fscope
)
{
op2
=
*
ss
->
s_op
;
op2
.
o_hdr
=
op
->
o_hdr
;
oh
=
*
op
->
o_hdr
;
oh
.
oh_conn
=
ss
->
s_op
->
o_conn
;
oh
.
oh_connid
=
ss
->
s_op
->
o_connid
;
op2
.
o_hdr
=
&
oh
;
op2
.
o_extra
=
op
->
o_extra
;
}
...
...
Write
Preview
Supports
Markdown
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