]> git.sur5r.net Git - openldap/commitdiff
ITS#5788
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 17 Nov 2008 23:37:56 +0000 (23:37 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 17 Nov 2008 23:37:56 +0000 (23:37 +0000)
CHANGES
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

diff --git a/CHANGES b/CHANGES
index 02e83f2565c53a52ed1c3d8b032d95985021eff8..73b035c3b735bbcfff360c0e9b96c983c2c0f303 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,7 @@ OpenLDAP 2.4.13 Engineering
        Documentation
                admin24 added olcLimits to example (ITS#5746)
                admin24 consolidated on whitespace (ITS#5759)
+               slapd-conf,config(5) suboridinate/olcSubordinate keyword (ITS#5788)
                slapo-dds(5) manageDIT to relax (ITS#5780)
                slapo-dds(5) rootdn requirement added (ITS#5811)
                slapo-syncprov(5) sessionlog clarification (ITS#5806)
index 41e7da2cf27551051c71c236280855282534504c..92ac58ebf499639990c8bd3fb3951f70592064c2 100644 (file)
@@ -1587,8 +1587,12 @@ See the Overlays section below for more details.
 Specify the DN suffix of queries that will be passed to this 
 backend database.  Multiple suffix lines can be given and at least one is 
 required for each database definition.
+
 If the suffix of one database is "inside" that of another, the database
 with the inner suffix must come first in the configuration file.
+You may also want to glue such databases together with the
+.B olcSubordinate
+attribute.
 .HP
 .hy 0
 .B olcSyncrepl: rid=<replica ID>
index 3e2ab714d26bb4c7db5bb59617be39f3c060afa8..800f71df78206dc2b68eaae0f66d9f453f2ad3e0 100644 (file)
@@ -1161,6 +1161,13 @@ should be one of
 or
 .BR sql ,
 depending on which backend will serve the database.
+
+LDAP operations, even subtree searches, normally access only one
+database.
+That can be changed by gluing databases together with the
+.B subordinate
+keyword.
+Access controls and some overlays can also involve multiple databases.
 .TP
 .B add_content_acl on | off
 Controls whether Add operations will perform ACL checks on
@@ -1517,8 +1524,12 @@ and \fB{CRYPT}\fP passwords are not recommended.  If empty
 Specify the DN suffix of queries that will be passed to this 
 backend database.  Multiple suffix lines can be given and at least one is 
 required for each database definition.
+
 If the suffix of one database is "inside" that of another, the database
 with the inner suffix must come first in the configuration file.
+You may also want to glue such databases together with the
+.B subordinate
+keyword.
 .TP
 .B subordinate [advertise]
 Specify that the current backend database is a subordinate of another