Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
David Barchiesi
OpenLDAP
Commits
5f245561
Commit
5f245561
authored
20 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#3125 load back-monitor if it's a module
parent
2e03241c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/slapd-schema.conf
+2
-0
2 additions, 0 deletions
tests/data/slapd-schema.conf
tests/scripts/conf.sh
+7
-1
7 additions, 1 deletion
tests/scripts/conf.sh
with
9 additions
and
1 deletion
tests/data/slapd-schema.conf
+
2
−
0
View file @
5f245561
...
...
@@ -35,6 +35,8 @@ rootdse ./testdata/rootdse.ldif
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
#monitormod#moduleload ../servers/slapd/back-monitor/back_monitor.la
#######################################################################
# ldbm database definitions
#######################################################################
...
...
This diff is collapsed.
Click to expand it.
tests/scripts/conf.sh
+
7
−
1
View file @
5f245561
...
...
@@ -12,8 +12,13 @@
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
[
x
"
$MONITORDB
"
=
x
"yes"
]
;
then
if
[
x
"
$MONITORDB
"
=
x
"yes"
-o
x
"
$MONITORDB
"
=
xmod
]
;
then
MON
=
monitor
if
[
$MONITORDB
=
mod
]
;
then
MONMOD
=
monitormod
else
MONMOD
=
nomod
fi
else
MON
=
nomonitor
fi
...
...
@@ -26,5 +31,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \
-e
"s/^#
${
AC_refint
}
#//"
\
-e
"s/^#
${
AC_unique
}
#//"
\
-e
"s/^#
${
MON
}
#//"
\
-e
"s/^#
${
MONMOD
}
#//"
\
-e
"s/@CACHETTL@/
${
CACHETTL
}
/"
\
-e
"s/@ENTRY_LIMIT@/
${
CACHE_ENTRY_LIMIT
}
/"
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