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
8a521a1b
Commit
8a521a1b
authored
18 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Remove ordering restriction on logdb configuration, revise example
parent
b711426a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapo-accesslog.5
+10
-8
10 additions, 8 deletions
doc/man/man5/slapo-accesslog.5
with
10 additions
and
8 deletions
doc/man/man5/slapo-accesslog.5
+
10
−
8
View file @
8a521a1b
...
@@ -25,9 +25,9 @@ directive.
...
@@ -25,9 +25,9 @@ directive.
.TP
.TP
.B logdb <suffix>
.B logdb <suffix>
Specify the suffix of a database to be used for storing the log records.
Specify the suffix of a database to be used for storing the log records.
The specified database must
have already been configured in a prior sec
tion
The specified database must
be defined elsewhere in the configura
tion
.
of the config file, and it must have a rootDN configured.
The access controls
The access controls
on the log database should prevent general
write
access. The suffix entry
on the log database should prevent general access. The suffix entry
of the log database will be created automatically by this overlay. The log
of the log database will be created automatically by this overlay. The log
entries will be generated as the immediate children of the suffix entry.
entries will be generated as the immediate children of the suffix entry.
.TP
.TP
...
@@ -95,11 +95,6 @@ succeed or not. The default is FALSE.
...
@@ -95,11 +95,6 @@ succeed or not. The default is FALSE.
.SH EXAMPLES
.SH EXAMPLES
.LP
.LP
.nf
.nf
database bdb
suffix cn=log
\...
index reqStart eq
database bdb
database bdb
suffix dc=example,dc=com
suffix dc=example,dc=com
\...
\...
...
@@ -107,6 +102,13 @@ succeed or not. The default is FALSE.
...
@@ -107,6 +102,13 @@ succeed or not. The default is FALSE.
logdb cn=log
logdb cn=log
logops writes reads
logops writes reads
logold (objectclass=person)
logold (objectclass=person)
database bdb
suffix cn=log
\...
index reqStart eq
access to *
by dn.base="cn=admin,dc=example,dc=com" read
.fi
.fi
.SH SCHEMA
.SH SCHEMA
...
...
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