Remove ordering restriction on logdb configuration, revise example

This commit is contained in:
Howard Chu 2006-11-16 14:38:37 +00:00
parent b711426a99
commit 8a521a1bd4

View file

@ -25,9 +25,9 @@ directive.
.TP
.B logdb <suffix>
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
of the config file, and it must have a rootDN configured. The access controls
on the log database should prevent general write access. The suffix entry
The specified database must be defined elsewhere in the configuration.
The access controls
on the log database should prevent general access. The suffix entry
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.
.TP
@ -95,11 +95,6 @@ succeed or not. The default is FALSE.
.SH EXAMPLES
.LP
.nf
database bdb
suffix cn=log
\...
index reqStart eq
database bdb
suffix dc=example,dc=com
\...
@ -107,6 +102,13 @@ succeed or not. The default is FALSE.
logdb cn=log
logops writes reads
logold (objectclass=person)
database bdb
suffix cn=log
\...
index reqStart eq
access to *
by dn.base="cn=admin,dc=example,dc=com" read
.fi
.SH SCHEMA