mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
minimal note on overlay stacking
This commit is contained in:
parent
63b0e665ad
commit
a7421cb83b
1 changed files with 8 additions and 0 deletions
|
|
@ -855,6 +855,14 @@ H2: Overlay Stacking
|
|||
|
||||
H3: Overview
|
||||
|
||||
Overlays can be stacked, which means that more than one overlay
|
||||
can be instantiated for each database, or for the frontend.
|
||||
As a consequence, each overlay's function is called, if defined,
|
||||
when overlay execution is invoked.
|
||||
Multiple overlays are executed in reverse order (it's a stack, all in all)
|
||||
with respect to their definition in slapd.conf (5), or with respect
|
||||
to their ordering in the config database, as documented in slapd-config (5).
|
||||
|
||||
|
||||
H3: Example Scenarios
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue