mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#6815 logbase keyword
This commit is contained in:
parent
2063cc9db7
commit
9b08a59602
@ -50,6 +50,13 @@ abandon, bind, unbind
|
|||||||
all operations
|
all operations
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
.B logbase <operations> <baseDN>
|
||||||
|
Specify a set of operations that will only be logged if they occur under
|
||||||
|
a specific subtree of the database. The operation types are as above for
|
||||||
|
the
|
||||||
|
.B logops
|
||||||
|
setting, and delimited by a '|' character.
|
||||||
|
.TP
|
||||||
.B logold <filter>
|
.B logold <filter>
|
||||||
Specify a filter for matching against Deleted and Modified entries. If
|
Specify a filter for matching against Deleted and Modified entries. If
|
||||||
the entry matches the filter, the old contents of the entry will be
|
the entry matches the filter, the old contents of the entry will be
|
||||||
@ -101,6 +108,7 @@ succeed or not. The default is FALSE.
|
|||||||
overlay accesslog
|
overlay accesslog
|
||||||
logdb cn=log
|
logdb cn=log
|
||||||
logops writes reads
|
logops writes reads
|
||||||
|
logbase search|compare ou=testing,dc=example,dc=com
|
||||||
logold (objectclass=person)
|
logold (objectclass=person)
|
||||||
|
|
||||||
database bdb
|
database bdb
|
||||||
|
Loading…
Reference in New Issue
Block a user