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
7b4a51cc
Commit
7b4a51cc
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
further improve loglevel selection
parent
f33b5183
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
doc/man/man5/slapd.conf.5
+12
-1
12 additions, 1 deletion
doc/man/man5/slapd.conf.5
servers/slapd/config.c
+1
-0
1 addition, 0 deletions
servers/slapd/config.c
with
13 additions
and
1 deletion
doc/man/man5/slapd.conf.5
+
12
−
1
View file @
7b4a51cc
...
...
@@ -573,7 +573,18 @@ entry parsing
.RE
The desired log level can be input as a single integer that combines
the (ORed) desired levels, as a list of integers (that are ORed internally),
or as a list of the names that are shown between brackets.
or as a list of the names that are shown between brackets, such that
.LP
.nf
loglevel 129
loglevel 128 1
loglevel acl trace
.fi
.LP
are equivalent.
The keyword
.B any
can be used as a shortcut to enable logging at all levels (equivalent to -1).
.RE
.TP
.B moduleload <filename>
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/config.c
+
1
−
0
View file @
7b4a51cc
...
...
@@ -2003,6 +2003,7 @@ restrict_unknown:;
{
LDAP_DEBUG_PARSE
,
"Parse"
},
{
LDAP_DEBUG_CACHE
,
"Cache"
},
{
LDAP_DEBUG_INDEX
,
"Index"
},
{
-
1
,
"Any"
},
{
0
,
NULL
}
};
int
j
;
...
...
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