From d0050659118cd72ee52c17e045ecadc95d53f2ef Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 8 Nov 2007 20:35:40 +0000 Subject: [PATCH] ITS#5200 --- CHANGES | 3 +++ doc/man/man5/slapd-config.5 | 2 +- doc/man/man5/slapd.conf.5 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f196f38770..3357b127ef 100644 --- 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". diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 0d88236129..8064c8cf30 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1458,7 +1458,7 @@ switch. .TP .B olcMaxDerefDepth: 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 diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 6f84640fb8..cf817d53a6 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1346,7 +1346,7 @@ switch. .TP .B maxderefdepth 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 -- 2.39.5