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
Dragoș Haiduc
OpenLDAP
Commits
9cf14d67
Commit
9cf14d67
authored
16 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
make sure back-ldap is available; only load required modules (ITS#5355)
parent
a472c15a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/data/slapd-meta.conf
+2
-6
2 additions, 6 deletions
tests/data/slapd-meta.conf
tests/scripts/test035-meta
+5
-0
5 additions, 0 deletions
tests/scripts/test035-meta
tests/scripts/test036-meta-concurrency
+5
-0
5 additions, 0 deletions
tests/scripts/test036-meta-concurrency
with
12 additions
and
6 deletions
tests/data/slapd-meta.conf
+
2
−
6
View file @
9cf14d67
...
...
@@ -22,18 +22,12 @@ include @SCHEMADIR@/ppolicy.schema
pidfile
@
TESTDIR
@/
slapd
.
m
.
pid
argsfile
@
TESTDIR
@/
slapd
.
m
.
args
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
#relaymod#modulepath ../servers/slapd/back-relay/
#relaymod#moduleload back_relay.la
#ldapmod#modulepath ../servers/slapd/back-ldap/
#ldapmod#moduleload back_ldap.la
#metamod#modulepath ../servers/slapd/back-meta/
#metamod#moduleload back_meta.la
#monitormod#modulepath ../servers/slapd/back-monitor/
#monitormod#moduleload back_monitor.la
#rwmmod#modulepath ../servers/slapd/overlays/
#rwmmod#moduleload rwm.la
# seems to improve behavior under very heavy load
# (i.e. it alleviates load on target systems)
...
...
@@ -53,6 +47,8 @@ nretries 100
# 1 sec timeout for binds
bind
-
timeout
1000000
idle
-
timeout
10
# local
uri
"@URI2@ou=Meta,o=Example,c=US"
suffixmassage
"ou=Meta,o=Example,c=US"
"ou=Meta,dc=example,dc=com"
...
...
This diff is collapsed.
Click to expand it.
tests/scripts/test035-meta
+
5
−
0
View file @
9cf14d67
...
...
@@ -23,6 +23,11 @@ if test $BACKMETA = metano ; then
exit
0
fi
if
test
$BACKLDAP
=
ldapno
;
then
echo
"ldap backend not available, test skipped"
exit
0
fi
rm
-rf
$TESTDIR
mkdir
-p
$TESTDIR
$DBDIR1
$DBDIR2
...
...
This diff is collapsed.
Click to expand it.
tests/scripts/test036-meta-concurrency
+
5
−
0
View file @
9cf14d67
...
...
@@ -23,6 +23,11 @@ if test $BACKMETA = metano ; then
exit
0
fi
if
test
$BACKLDAP
=
ldapno
;
then
echo
"ldap backend not available, test skipped"
exit
0
fi
if
test
x
$TESTLOOPS
=
x
;
then
TESTLOOPS
=
50
fi
...
...
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