]> git.sur5r.net Git - openldap/commitdiff
ConnTTL, NetworkTimeout, and ProtocolVersion were missing from the
authorHoward Chu <hyc@openldap.org>
Thu, 4 Feb 2010 01:02:51 +0000 (01:02 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 4 Feb 2010 01:02:51 +0000 (01:02 +0000)
config OC, thus inaccessible from cn=config

servers/slapd/back-ldap/config.c

index b81595dfabd11fb9ffc197ee2e8386271ed0c3d0..c741a39ba776318c162cc0d9235446924b2a0137 100644 (file)
@@ -359,6 +359,9 @@ static ConfigOCs ldapocs[] = {
                        "$ olcDbProxyWhoAmI "
                        "$ olcDbTimeout "
                        "$ olcDbIdleTimeout "
+                       "$ olcDbConnTtl "
+                       "$ olcDbNetworkTimeout "
+                       "$ olcDbProtocolVersion "
                        "$ olcDbSingleConn "
                        "$ olcDbCancel "
                        "$ olcDbQuarantine "