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

gbellato
12.56.2007 8d7506f436860f8fc028ac118bbcd18bc1f6fcf0
reverting the changes done in revision 2352 for issue 1916 because these changes
do not preserve the enabled flag in the config.ldif and are not generic enough.
See issue 1916 for the full discussion thread.
2 files modified
11 ■■■■ changed files
opendj-sdk/opends/resource/schema/02-config.ldif 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml 7 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif
@@ -1762,8 +1762,8 @@
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.57
  NAME 'ds-cfg-synchronization-provider' SUP top STRUCTURAL
  MUST ( cn $ ds-cfg-synchronization-provider-class )
  MAY  ( ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
  MUST ( cn $ ds-cfg-synchronization-provider-class $
  ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.58 NAME
  ( 'ds-cfg-replication-domain-config'
    'ds-cfg-synchronization-provider-config' ) SUP top
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml
@@ -44,17 +44,12 @@
      <ldap:superior>top</ldap:superior>
    </ldap:object-class>
  </adm:profile>
  <adm:property name="enabled" mandatory="false">
  <adm:property name="enabled" mandatory="true">
    <adm:synopsis>
      Indicate whether the
      <adm:user-friendly-name />
      is enabled for use.
    </adm:synopsis>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>true</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:boolean />
    </adm:syntax>