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
026da3a2
Commit
026da3a2
authored
Jun 10, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6553
parent
4e5c69d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
026da3a2
...
...
@@ -5,6 +5,8 @@ OpenLDAP 2.4.23 Engineering
Fixed slapd syncrepl rid logging (ITS#6533)
Fixed slapd-bdb hasSubordinates computation (ITS#6549)
Fixed contrib/nssov network.c missing patch (ITS#6562)
Build Environment
Fixed test043 attribute sorting (ITS#6553)
Documentation
slapd-config(5) note default rootdn (ITS#6546)
...
...
tests/scripts/test043-delta-syncrepl
View file @
026da3a2
...
...
@@ -339,9 +339,9 @@ fi
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
echo
"Filtering producer results..."
$LDIFFILTER
<
$MASTEROUT
|
grep
-iv
"^auditcontext:"
>
$MASTERFLT
$LDIFFILTER
-s
bdb
=
a,hdb
=
a
<
$MASTEROUT
|
grep
-iv
"^auditcontext:"
>
$MASTERFLT
echo
"Filtering consumer results..."
$LDIFFILTER
<
$SLAVEOUT
|
grep
-iv
"^auditcontext:"
>
$SLAVEFLT
$LDIFFILTER
-s
bdb
=
a,hdb
=
a
<
$SLAVEOUT
|
grep
-iv
"^auditcontext:"
>
$SLAVEFLT
echo
"Comparing retrieved entries from producer and consumer..."
$CMP
$MASTERFLT
$SLAVEFLT
>
$CMPOUT
...
...
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