From: Quanah Gibson-Mount Date: Mon, 10 Nov 2008 19:58:49 +0000 (+0000) Subject: ITS#5765 X-Git-Tag: OPENLDAP_REL_ENG_2_4_13~88 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e0cbafb1701991fe7aa1c09ac88e901779b53b87;p=openldap ITS#5765 --- diff --git a/CHANGES b/CHANGES index 27080f6e71..6c600a049f 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.13 Engineering Fixed liblutil hex conversion (ITS#5699) Fixed libldap error code return (ITS#5762) + Fixed slapd config backend olcLogFile support (ITS#5765) Added slapd dn.this ACL limits (ITS#5734) Fixed slapd nameUIDPretty bitstring parsing (ITS#5750) Fixed slapd overlay/database open with real structure (ITS#5724) diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 21860b3de9..615526ba4f 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -738,7 +738,7 @@ static ConfigOCs cf_ocs[] = { "olcDisallows $ olcGentleHUP $ olcIdleTimeout $ " "olcIndexSubstrIfMaxLen $ olcIndexSubstrIfMinLen $ " "olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ " - "olcLocalSSF $ olcLogLevel $ " + "olcLocalSSF $ olcLogFile $ olcLogLevel $ " "olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ " "olcPluginLogFile $ olcReadOnly $ olcReferral $ " "olcReplogFile $ olcRequires $ olcRestrict $ olcReverseLookup $ "