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

matthew_swift
03.25.2007 eb617ebde7e141ad80ac7b965f38242bc96ff9b9
Add default values for plugin-type property and remove unnecessary default behavior for referential integrity attribute property.
1 files modified
19 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml 19 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml
@@ -63,6 +63,16 @@
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property-override name="plugin-type">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>postoperationdelete</adm:value>
        <adm:value>postoperationmodifydn</adm:value>
        <adm:value>subordinatemodifydn</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property name="referential-integrity-attribute-type" mandatory="true"
                multi-valued="true">
@@ -76,14 +86,6 @@
    <adm:description>
      Specifies an attribute type to process referential integrity.
    </adm:description>
    <adm:default-behavior>
      <adm:alias>
        <adm:synopsis>T
          The ds-cfg-referential-integrity attribute must be specified at least
          once.
        </adm:synopsis>
      </adm:alias>
    </adm:default-behavior>
    <adm:syntax>
      <adm:attribute-type />
    </adm:syntax>
@@ -95,7 +97,6 @@
    </adm:profile>
  </adm:property>
  <adm:property name="referential-integrity-base-dn" mandatory="false"
                multi-valued="true">
    <adm:synopsis>