From: Howard Chu Date: Thu, 16 Nov 2006 14:38:37 +0000 (+0000) Subject: Remove ordering restriction on logdb configuration, revise example X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~461 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a521a1bd4d5cee0b5ab4dc092ba66121b907e90;p=openldap Remove ordering restriction on logdb configuration, revise example --- diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index 43bbde3191..adae4a7b26 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -25,9 +25,9 @@ directive. .TP .B logdb 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