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

Nicolas Capponi
19.58.2014 0bebefe81310d8705bfafe769737a2e4087b771e
OPENDJ-1388 Add new parameter replication-db-implementation to
replication server configuration

This parameter allow to choose the db implementation to use for
changelog in directory server: either je or log file. Default is 'je'.
1 files modified
26 ■■■■■ changed files
opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml 26 ●●●●● patch | view | raw | blame | history
opendj-config-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
@@ -159,6 +159,32 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="replication-db-implementation" mandatory="true" read-only="true">
    <adm:synopsis>
       The <adm:user-friendly-name /> database implementation
      that stores all persistent information.
    </adm:synopsis>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>je</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:enumeration>
        <adm:value name="je">
          <adm:synopsis>Implementation based on Berkeley DB JE database.</adm:synopsis>
        </adm:value>
        <adm:value name="log">
          <adm:synopsis>Implementation based on log file.</adm:synopsis>
        </adm:value>
      </adm:enumeration>
    </adm:syntax>
    <adm:profile name="ldap">
      <ldap:attribute>
        <ldap:name>ds-cfg-replication-db-implementation</ldap:name>
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="replication-purge-delay">
    <adm:synopsis>
      The time (in seconds) after which the