From 09af836c8e2a72d009682f5d4f407d3a889e374a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 2 Apr 2007 22:33:57 +0000 Subject: [PATCH] Note overlay config ordering --- doc/man/man5/slapd.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 4985357e6b..8aebfad839 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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 -- 2.39.5