]> git.sur5r.net Git - openldap/commitdiff
Remove ordering restriction on logdb configuration, revise example
authorHoward Chu <hyc@openldap.org>
Thu, 16 Nov 2006 14:38:37 +0000 (14:38 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 16 Nov 2006 14:38:37 +0000 (14:38 +0000)
doc/man/man5/slapo-accesslog.5

index 43bbde319153a61b8798fdb3fe7e573487fccad8..adae4a7b2633769f4cb0900f36de30ee11056bb3 100644 (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