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
76ff2558
Commit
76ff2558
authored
Sep 06, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Sep 10, 2020
Browse files
ITS#9339 Add cn=monitor to test063
Just for convenience
parent
1748ec59
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test063-delta-multiprovider
View file @
76ff2558
...
...
@@ -111,6 +111,17 @@ olcModuleLoad: back_$BACKEND.la
EOF
fi
if
[
"
$MONITORDB
"
=
mod
]
;
then
cat
<<
EOF
>>
$TMP
dn: cn=module,cn=config
objectClass: olcModuleList
cn: module
olcModulePath:
$TESTWD
/../servers/slapd/back-monitor
olcModuleLoad: back_monitor.la
EOF
fi
MYURI
=
`
eval echo
'$URI'
$n
`
PROVIDERURI
=
`
eval echo
'$URI'
$o
`
if
test
$INDEXDB
=
indexdb
;
then
...
...
@@ -186,6 +197,16 @@ olcAccessLogOps: writes
olcAccessLogSuccess: TRUE
EOF
if
[
"
$MONITORDB
"
!=
no
]
;
then
cat
<<
EOF
>>
$TMP
dn: olcDatabase={3}monitor,cn=config
objectClass: olcDatabaseConfig
objectClass: olcmonitorConfig
olcDatabase: {3}monitor
EOF
fi
$SLAPADD
-F
$CFDIR
-n
0
-d-1
<
$TMP
>
$TESTOUT
2>&1
PORT
=
`
eval echo
'$PORT'
$n
`
echo
"Starting server
$n
on TCP/IP port
$PORT
..."
...
...
Write
Preview
Supports
Markdown
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