]> git.sur5r.net Git - openldap/commitdiff
Add note about overlay directive
authorHoward Chu <hyc@openldap.org>
Tue, 16 Mar 2004 22:25:08 +0000 (22:25 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 16 Mar 2004 22:25:08 +0000 (22:25 +0000)
doc/man/man5/slapd.conf.5

index 911bd724739d5e507928f9683b944272e5e3467c..eec4f0187b114aad6a5c82064fd54bb5d98b3dae 100644 (file)
@@ -1127,6 +1127,14 @@ createTimestamp attributes for entries.  By default, lastmod is on.
 Specifies the maximum number of aliases to dereference when trying to
 resolve an entry, used to avoid infinite alias loops. The default is 1.
 .TP
+.B overlay <overlay-name>
+Add the specified overlay to this database. An overlay is a piece of
+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.
+.TP
 .B readonly on | off
 This option puts the database into "read-only" mode.  Any attempts to 
 modify the database will return an "unwilling to perform" error.  By