]> git.sur5r.net Git - openldap/commitdiff
ConnTTL, NetworkTimeout, and ProtocolVersion were missing from the
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 19 Apr 2010 18:10:05 +0000 (18:10 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 19 Apr 2010 18:10:05 +0000 (18:10 +0000)
config OC, thus inaccessible from cn=config

servers/slapd/back-ldap/config.c

index 923a0af88ac492cd50a69d8435f32d2bbd0fe741..502ea27b6341695e38d80fd0fb44a46e45d0c14b 100644 (file)
@@ -373,6 +373,9 @@ static ConfigOCs ldapocs[] = {
                        "$ olcDbProxyWhoAmI "
                        "$ olcDbTimeout "
                        "$ olcDbIdleTimeout "
+                       "$ olcDbConnTtl "
+                       "$ olcDbNetworkTimeout "
+                       "$ olcDbProtocolVersion "
                        "$ olcDbSingleConn "
                        "$ olcDbCancel "
                        "$ olcDbQuarantine "