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

gbellato
12.56.2007 8d7506f436860f8fc028ac118bbcd18bc1f6fcf0
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>