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
e6108d8e
Commit
e6108d8e
authored
16 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
use 'modern' logging style
minimal note on overlay stacking
parent
3914c4ab
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
doc/guide/admin/overlays.sdf
+9
-1
9 additions, 1 deletion
doc/guide/admin/overlays.sdf
doc/guide/admin/troubleshooting.sdf
+1
-1
1 addition, 1 deletion
doc/guide/admin/troubleshooting.sdf
doc/guide/admin/tuning.sdf
+2
-2
2 additions, 2 deletions
doc/guide/admin/tuning.sdf
with
12 additions
and
4 deletions
doc/guide/admin/overlays.sdf
+
9
−
1
View file @
e6108d8e
...
...
@@ -261,7 +261,7 @@ bound to the slave will also exist on the master. If that DN does not have
update privileges on the master, nothing will happen.
You will need to restart the slave after these changes. Then, if you are using
{{loglevel 256
}}
, you can monitor an {{ldapmodify}} on the slave and the master.
{{loglevel
stats}} (
256
)
, you can monitor an {{ldapmodify}} on the slave and the master.
Now start an {{ldapmodify}} on the slave and watch the logs. You should expect
something like:
...
...
@@ -855,6 +855,14 @@ H2: Overlay Stacking
H3: Overview
Overlays can be stacked, which means that more than one overlay
can be instantiated for each database, or for the frontend.
As a consequence, each overlay's function is called, if defined,
when overlay execution is invoked.
Multiple overlays are executed in reverse order (it's a stack, all in all)
with respect to their definition in slapd.conf (5), or with respect
to their ordering in the config database, as documented in slapd-config (5).
H3: Example Scenarios
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/troubleshooting.sdf
+
1
−
1
View file @
e6108d8e
...
...
@@ -90,7 +90,7 @@ H2: Debugging {{slapd}}(8)
After reading through the above sections and before e-mailing the OpenLDAP lists, you
might want to try out some of the following to track down the cause of your problems:
* Loglevel 256 is generally a good first loglevel to try for getting
* Loglevel
stats (
256
)
is generally a good first loglevel to try for getting
information useful to list members on issues
* Running {{slapd -d -1}} can often track down fairly simple issues, such as
missing schemas and incorrect file permissions for the {{slapd}} user to things like certs
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/tuning.sdf
+
2
−
2
View file @
e6108d8e
...
...
@@ -111,7 +111,7 @@ H2: Logging
H3: What log level to use
The default of {{loglevel 256
}}
is really the best bet. There's a corollary to
The default of {{loglevel
stats}} (
256
)
is really the best bet. There's a corollary to
this when problems *do* arise, don't try to trace them using syslog.
Use the debug flag instead, and capture slapd's stderr output. syslog is too
slow for debug tracing, and it's inherently lossy - it will throw away messages when it
...
...
@@ -131,7 +131,7 @@ and attribute {{foo}} does not have an equality index. If you see a lot of these
messages, you should add the index. If you see one every month or so, it may
be acceptable to ignore it.
The default syslog level is 256 which logs the basic parameters of each
The default syslog level is
stats (
256
)
which logs the basic parameters of each
request; it usually produces 1-3 lines of output. On Solaris and systems that
only provide synchronous syslog, you may want to turn it off completely, but
usually you want to leave it enabled so that you'll be able to see index
...
...
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