Skip to content
Snippets Groups Projects
Commit 8a521a1b authored by Howard Chu's avatar Howard Chu
Browse files

Remove ordering restriction on logdb configuration, revise example

parent b711426a
No related branches found
No related tags found
No related merge requests found
...@@ -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 section The specified database must be defined elsewhere in the configuration.
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment