mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6406 - Note accesslog storage requirements
Update slapo-accesslog(5) man page to note that the database backend storing the data must support an ordered return of results.
This commit is contained in:
parent
7d096281ef
commit
e768dcd062
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +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 be defined elsewhere in the configuration.
|
||||
The specified database must be defined elsewhere in the configuration and
|
||||
must support an ordered return of results such as
|
||||
.BR slapd\-mdb (5)
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue