From: Howard Chu Date: Thu, 4 Feb 2010 01:02:51 +0000 (+0000) Subject: ConnTTL, NetworkTimeout, and ProtocolVersion were missing from the X-Git-Tag: MIGRATION_CVS2GIT~703 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=66a58ae93ac139e70affeee8df92e94caa871c6c;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 b81595dfab..c741a39ba7 100644 --- a/servers/slapd/back-ldap/config.c +++ b/servers/slapd/back-ldap/config.c @@ -359,6 +359,9 @@ static ConfigOCs ldapocs[] = { "$ olcDbProxyWhoAmI " "$ olcDbTimeout " "$ olcDbIdleTimeout " + "$ olcDbConnTtl " + "$ olcDbNetworkTimeout " + "$ olcDbProtocolVersion " "$ olcDbSingleConn " "$ olcDbCancel " "$ olcDbQuarantine "