mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Note overlay config ordering
This commit is contained in:
parent
41e9b34937
commit
09af836c8e
1 changed files with 2 additions and 1 deletions
|
|
@ -1309,7 +1309,8 @@ code that intercepts database operations in order to extend or change
|
|||
them. Overlays are pushed onto
|
||||
a stack over the database, and so they will execute in the reverse
|
||||
of the order in which they were configured and the database itself
|
||||
will receive control last of all.
|
||||
will receive control last of all. Note that all of the database's
|
||||
regular settings should be configured before any overlay settings.
|
||||
.TP
|
||||
.B readonly on | off
|
||||
This option puts the database into "read-only" mode. Any attempts to
|
||||
|
|
|
|||
Loading…
Reference in a new issue