From: Quanah Gibson-Mount Date: Thu, 8 Nov 2007 20:33:48 +0000 (+0000) Subject: ITS#5200 X-Git-Tag: OPENLDAP_REL_ENG_2_3_40~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1348e191904c78424bcd688ce6372933d7855c;p=thirdparty%2Fopenldap.git ITS#5200 --- diff --git a/CHANGES b/CHANGES index 070adc1f40..35e475c1aa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ OpenLDAP 2.3 Change Log OpenLDAP 2.3.40 Engineering + Documentation + Fixed maxderefdepth default value typo (ITS#5200) OpenLDAP 2.3.39 Release (2007/10/26) Fixed slapd backglue compilation problem (ITS#5214) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 776f86e211..1e86e83cd1 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1302,7 +1302,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 overlay Add the specified overlay to this database. An overlay is a piece of