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

matthew_swift
02.16.2007 2733d9b2221048e4683d8bba62fcfbbff7053586
Override the plugin-type property for each of our core plugins so that they have sensible default values. These defaults were taken from the current config.ldif default configuration.
6 files modified
54 ■■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/EntryUUIDPluginConfiguration.xml 9 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDAPAttributeDescriptionListPluginConfiguration.xml 8 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LastModPluginConfiguration.xml 10 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml 8 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml 7 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml 12 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryUUIDPluginConfiguration.xml
@@ -57,5 +57,14 @@
    </adm:default-behavior>
  </adm:property-override>
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>ldifimport</adm:value>
        <adm:value>preoperationadd</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
</adm:managed-object>
opends/src/admin/defn/org/opends/server/admin/std/LDAPAttributeDescriptionListPluginConfiguration.xml
@@ -59,5 +59,13 @@
    </adm:default-behavior>
  </adm:property-override>
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>preparsesearch</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
</adm:managed-object>
opends/src/admin/defn/org/opends/server/admin/std/LastModPluginConfiguration.xml
@@ -59,5 +59,15 @@
    </adm:default-behavior>
  </adm:property-override>
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>preoperationadd</adm:value>
        <adm:value>preoperationmodify</adm:value>
        <adm:value>preoperationmodifydn</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
</adm:managed-object>
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
@@ -57,6 +57,14 @@
    </adm:default-behavior>
  </adm:property-override>
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>ldifimport</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property name="default-user-password-storage-scheme" mandatory="false"
       multi-valued="true">
    <adm:synopsis>
opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
@@ -53,6 +53,13 @@
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>startup</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property name="profile-sample-interval" mandatory="true">
    <adm:synopsis>
      Specifies the profiler sample interval.
opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
@@ -57,7 +57,17 @@
    </adm:default-behavior>
  </adm:property-override>
    <adm:property name="unique-attribute-type" mandatory="true"
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>preoperationadd</adm:value>
        <adm:value>preoperationmodify</adm:value>
        <adm:value>preoperationmodifydn</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property name="unique-attribute-type" mandatory="true"
                multi-valued="true">
    <adm:synopsis>
      Specifies the attribute type to check for value uniqueness.