Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
1d5e16fa
Commit
1d5e16fa
authored
Mar 17, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Mar 18, 2021
Browse files
ITS#9438 Do not regenerate config on startup
parent
3c12993f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test082-remoteauth
View file @
1d5e16fa
...
...
@@ -55,7 +55,7 @@ if test $RC != 0 ; then
fi
echo
"DB tweaks..."
$SLAPMODIFY
-
f
$
CONF1
>>
$LOG1
2>&1
<<
EOMODS
$SLAPMODIFY
-
F
$
TESTDIR
/confdir
>>
$LOG1
2>&1
<<
EOMODS
dn:
$MELLIOTDN
changetype: modify
add: o
...
...
@@ -77,7 +77,7 @@ if test $RC != 0 ; then
fi
echo
"Starting slapd on TCP/IP port
$PORT1
for configuration..."
$SLAPD
-f
$CONF1
-F
$TESTDIR
/confdir
-h
$URI1
-d
$LVL
>
$LOG1
2>&1 &
$SLAPD
-F
$TESTDIR
/confdir
-h
$URI1
-d
$LVL
>
>
$LOG1
2>&1 &
REMOTEAUTH_PID
=
$!
if
test
$WAIT
!=
0
;
then
echo
REMOTEAUTH_PID
$REMOTEAUTH_PID
...
...
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