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
Nadezhda Ivanova
OpenLDAP
Commits
adab1439
Commit
adab1439
authored
26 years ago
by
Hallvard Furuseth
Browse files
Options
Downloads
Patches
Plain Diff
Define env.variable SLAPD_DEBUG to override the default debug level
parent
7d8e7085
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/README
+3
-0
3 additions, 0 deletions
tests/README
tests/scripts/defines.sh
+1
-1
1 addition, 1 deletion
tests/scripts/defines.sh
with
4 additions
and
1 deletion
tests/README
+
3
−
0
View file @
adab1439
This directory contains a series of test scripts which are used to
verify basic functionality of the LDAP libraries, slapd, and slurpd.
To run the tests, type "make" in the ./tests directory.
To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
environment variable.
This diff is collapsed.
Click to expand it.
tests/scripts/defines.sh
+
1
−
1
View file @
adab1439
...
...
@@ -34,7 +34,7 @@ LDAPMODIFY=../clients/tools/ldapmodify
LDAPADD
=
../clients/tools/ldapadd
LDAPMODRDN
=
../clients/tools/ldapmodrdn
SLAPDTESTER
=
$PROGDIR
/slapd-tester
LVL
=
5
LVL
=
${
SLAPD_DEBUG
-5
}
ADDR
=
127.0.0.1
PORT
=
9009
SLAVEPORT
=
9010
...
...
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