]> git.sur5r.net Git - openldap/commitdiff
ITS#5200
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 8 Nov 2007 20:35:40 +0000 (20:35 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 8 Nov 2007 20:35:40 +0000 (20:35 +0000)
CHANGES
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

diff --git a/CHANGES b/CHANGES
index f196f38770c1954ca1b05d44852185270e441c51..3357b127efa5ee006de40c423b6b58560527e8ce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ OpenLDAP 2.4.7 Engineering
                Fixed grammar errors (ITS#5223)
                Refint overlay doc contribution (ITS#5217)
                Dynamic Lists doc contribution to the admin guide (ITS#5216)
+                Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
+                Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
+
 
 OpenLDAP 2.4.6 Release (2007/10/31)
        Initial release for "general use".
index 0d88236129d66b0f42f2aacd43b04a5fd76b26bf..8064c8cf301621bf812e7dddf8f6d8e13b9b95b2 100644 (file)
@@ -1458,7 +1458,7 @@ switch.
 .TP
 .B olcMaxDerefDepth: <depth>
 Specifies the maximum number of aliases to dereference when trying to
-resolve an entry, used to avoid infinite alias loops. The default is 1.
+resolve an entry, used to avoid infinite alias loops. The default is 15.
 .TP
 .B olcMirrorMode: TRUE | FALSE
 This option puts a replica database into "mirror" mode.  Update
index 6f84640fb8028dc0f2de19f271570b4c260b720f..cf817d53a6c09801035a7f6c990c6c8f4be567a1 100644 (file)
@@ -1346,7 +1346,7 @@ switch.
 .TP
 .B maxderefdepth <depth>
 Specifies the maximum number of aliases to dereference when trying to
-resolve an entry, used to avoid infinite alias loops. The default is 1.
+resolve an entry, used to avoid infinite alias loops. The default is 15.
 .TP
 .B mirrormode on | off
 This option puts a replica database into "mirror" mode.  Update