From e0cbafb1701991fe7aa1c09ac88e901779b53b87 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 10 Nov 2008 19:58:49 +0000 Subject: [PATCH] ITS#5765 --- CHANGES | 1 + servers/slapd/bconfig.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 $ " -- 2.39.5