Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
08ddb6f1
Commit
08ddb6f1
authored
18 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
fix previous commit (wrong dir count)
parent
f97f1094
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/scripts/test049-sync-config
+4
-4
4 additions, 4 deletions
tests/scripts/test049-sync-config
with
4 additions
and
4 deletions
tests/scripts/test049-sync-config
+
4
−
4
View file @
08ddb6f1
...
...
@@ -27,8 +27,8 @@ DBPRO=$PRODIR/db
DBCON
=
$CONDIR
/db
CFPRO
=
$PRODIR
/slapd.d
CFCON
=
$CONDIR
/slapd.d
LOG1
=
./
slapd.1.log
LOG2
=
./
slapd.2.log
LOG1
=
slapd.1.log
LOG2
=
slapd.2.log
mkdir
-p
$TESTDIR
$PRODIR
$CONDIR
$DBPRO
$DBCON
$CFPRO
$CFCON
...
...
@@ -45,7 +45,7 @@ mkdir -p $TESTDIR $PRODIR $CONDIR $DBPRO $DBCON $CFPRO $CFCON
echo
"Starting master slapd on TCP/IP port
$PORT1
..."
$SLAPADD
-F
$CFPRO
-n
0
-l
$DYNAMICCONF
cd
$PRODIR
$SLAPD
-F
./slapd.d
-h
$URI1
-d
$LVL
$TIMING
>
../
../
$LOG1
2>&1 &
$SLAPD
-F
./slapd.d
-h
$URI1
-d
$LVL
$TIMING
>
../
$LOG1
2>&1 &
PID
=
$!
if
test
$WAIT
!=
0
;
then
echo
PID
$PID
...
...
@@ -118,7 +118,7 @@ fi
echo
"Starting slave slapd on TCP/IP port
$PORT2
..."
$SLAPADD
-F
$CFCON
-n
0
-l
$DYNAMICCONF
cd
$CONDIR
$SLAPD
-F
./slapd.d
-h
$URI2
-d
$LVL
$TIMING
>
../
../
$LOG2
2>&1 &
$SLAPD
-F
./slapd.d
-h
$URI2
-d
$LVL
$TIMING
>
../
$LOG2
2>&1 &
SLAVEPID
=
$!
if
test
$WAIT
!=
0
;
then
echo
SLAVEPID
$SLAVEPID
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment