mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jdemendi
07.34.2009 0b5e4a2739c3f0ed06ec976c7ca6a99482a0a2f4
fix issue with affinity-timeout
2 files modified
18 ■■■■ changed files
opends/resource/schema/02-config.ldif 8 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml 10 ●●●● patch | view | raw | blame | history
opends/resource/schema/02-config.ldif
@@ -2384,7 +2384,7 @@
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.517
  NAME 'ds-cfg-affinity-timeout'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
@@ -3872,11 +3872,11 @@
  SUP top
  STRUCTURAL
  MUST ( ds-cfg-network-group-id $
         ds-cfg-affinity-policy $
         ds-cfg-affinity-timeout $
         ds-cfg-priority $
         ds-cfg-enabled )
  MAY ds-cfg-workflow
  MAY ( ds-cfg-workflow $
         ds-cfg-affinity-policy $
         ds-cfg-affinity-timeout )
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.177
  NAME 'ds-cfg-workflow'
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
@@ -175,7 +175,7 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="affinity-policy" mandatory="true" advanced="true">
  <adm:property name="affinity-policy" mandatory="false" advanced="true">
    <adm:synopsis>
      Defines the client connection affinity policy.
    </adm:synopsis>
@@ -239,21 +239,21 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="affinity-timeout" mandatory="true" advanced="true">
  <adm:property name="affinity-timeout" mandatory="false" advanced="true">
    <adm:synopsis>
      The period of time by which an affinity route remains active.
      The timeout value is a number of seconds and when the value is
      set to 0 (default value) then the route remains active forever.
      set to 0.0s (default value) then the route remains active forever.
    </adm:synopsis>
    <adm:description>
      When the client connection affinity is enabled, an affinity route
      might be elected in accordance with the affinity policy. The affinity
      route is then used until the timeout value expires unless the timeout
      value is 0 in which case the route remains active forever.
      value is 0.0s in which case the route remains active forever.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>0</adm:value>
        <adm:value>0.0s</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>