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
74a40098
Commit
74a40098
authored
Mar 24, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6404
parent
228ea9b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
74a40098
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.25 Engineering
Fixed libldap/lberl/util if/else usage (ITS#6832)
Build Environment
Fixed libldap/lberl/util if/else usage (ITS#6832)
Fixed Windows odbc32 detection (ITS#6125)
Fixed test020 exit codes (ITS#6404)
OpenLDAP 2.4.24 Release (2011/02/10)
Added LDIF line wrapping setting (ITS#6645)
...
...
tests/scripts/test020-proxycache
View file @
74a40098
...
...
@@ -152,7 +152,7 @@ fi
grep
"query template"
$LOG2
>
/dev/null
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"Debug messages unavailable,
test abort
ed..."
echo
"Debug messages unavailable,
remaining test skipp
ed..."
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
&&
wait
exit
0
fi
...
...
@@ -256,7 +256,7 @@ case $RC in
0
)
echo
"ldapsearch should have failed!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
exit
1
;;
4
)
echo
"ldapsearch failed (
$RC
)"
...
...
@@ -283,7 +283,7 @@ case $RC in
0
)
echo
"ldapsearch should have failed!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
exit
1
;;
4
)
echo
"ldapsearch failed (
$RC
)"
...
...
@@ -406,7 +406,7 @@ case $RC in
0
)
echo
"ldapsearch should have failed!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
exit
1
;;
4
)
echo
"ldapsearch failed (
$RC
)"
...
...
@@ -433,7 +433,7 @@ case $RC in
0
)
echo
"ldapsearch should have failed!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
exit
1
;;
4
)
echo
"ldapsearch failed (
$RC
)"
...
...
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