Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
dc3ad233
Commit
dc3ad233
authored
Feb 26, 2021
by
Howard Chu
Browse files
ITS
#9197
fix info msg for slapd check
parent
1290251a
Pipeline
#1824
passed with stage
in 28 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test079-proxy-timeout
View file @
dc3ad233
...
...
@@ -48,7 +48,7 @@ if test $WAIT != 0 ; then
read
foo
fi
echo
"
Testing slapd modify operations
..."
echo
"
Using ldapsearch to check that slapd is running
..."
for
i
in
0 1 2 3 4 5
;
do
$LDAPSEARCH
-s
base
-b
"
$MONITOR
"
-H
$URI1
\
'objectclass=*'
>
/dev/null 2>&1
...
...
@@ -84,7 +84,7 @@ fi
KILLPIDS
=
"
$SERVERPID
$PROXYPID
"
echo
"
Testing slapd modify operations
..."
echo
"
Using ldapsearch to check that slapd is running
..."
for
i
in
0 1 2 3 4 5
;
do
$LDAPSEARCH
-s
base
-b
"
$MONITOR
"
-H
$URI2
\
'objectclass=*'
>
/dev/null 2>&1
...
...
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