Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ryan Tandy
OpenLDAP
Commits
63d6f680
Commit
63d6f680
authored
Jul 30, 2020
by
Quanah Gibson-Mount
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ITS#8753 - Fix reference to ldaps to be StartTLS to accurately reflect what the test is doing
parent
138c4926
Pipeline
#652
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/scripts/test067-tls
tests/scripts/test067-tls
+3
-3
No files found.
tests/scripts/test067-tls
View file @
63d6f680
...
...
@@ -143,7 +143,7 @@ if test -n "$TLS_PEERKEY"; then
-ZZ
-b
""
-s
base
-H
$URIP1
'@extensibleObject'
>
$SEARCHOUT
2>&1
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch (
ldaps
) failed (
$RC
)!"
echo
"ldapsearch (
StartTLS
) failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
else
...
...
@@ -160,7 +160,7 @@ if test -n "$TLS_PEERKEY_HASHED_FAIL"; then
-ZZ
-b
""
-s
base
-H
$URIP1
'@extensibleObject'
>
$SEARCHOUT
2>&1
RC
=
$?
if
test
$RC
=
0
;
then
echo
"ldapsearch (
ldaps
) succeeded when it should have failed(
$RC
)!"
echo
"ldapsearch (
StartTLS
) succeeded when it should have failed(
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
else
...
...
@@ -177,7 +177,7 @@ if test -n "$TLS_PEERKEY_HASHED"; then
-ZZ
-b
""
-s
base
-H
$URIP1
'@extensibleObject'
>
$SEARCHOUT
2>&1
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch (
ldaps
) failed (
$RC
)!"
echo
"ldapsearch (
StartTLS
) failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
else
...
...
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