From: Quanah Gibson-Mount Date: Mon, 19 Apr 2010 18:10:05 +0000 (+0000) Subject: ConnTTL, NetworkTimeout, and ProtocolVersion were missing from the X-Git-Tag: OPENLDAP_REL_ENG_2_4_22~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=feb9456a240ba1cca54e7ebbedd20e6d4c1e4569;p=openldap ConnTTL, NetworkTimeout, and ProtocolVersion were missing from the config OC, thus inaccessible from cn=config --- diff --git a/servers/slapd/back-ldap/config.c b/servers/slapd/back-ldap/config.c index 923a0af88a..502ea27b63 100644 --- a/servers/slapd/back-ldap/config.c +++ b/servers/slapd/back-ldap/config.c @@ -373,6 +373,9 @@ static ConfigOCs ldapocs[] = { "$ olcDbProxyWhoAmI " "$ olcDbTimeout " "$ olcDbIdleTimeout " + "$ olcDbConnTtl " + "$ olcDbNetworkTimeout " + "$ olcDbProtocolVersion " "$ olcDbSingleConn " "$ olcDbCancel " "$ olcDbQuarantine "