]> git.sur5r.net Git - openldap/commitdiff
ITS#5765
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Nov 2008 19:58:49 +0000 (19:58 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Nov 2008 19:58:49 +0000 (19:58 +0000)
CHANGES
servers/slapd/bconfig.c

diff --git a/CHANGES b/CHANGES
index 27080f6e71620919d22beb2fcc2d85281abf86eb..6c600a049f83a04871b5f3a8f6afe865208ce221 100644 (file)
--- 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)
index 21860b3de9c20ac11e591a1573d350f4231c0355..615526ba4f45609447c9d16a2feec6356454d8ae 100644 (file)
@@ -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 $ "