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

gbellato
11.04.2007 34ce2230e720d440458e0e23da3da7708c9465e7
fix for issue 1916 : dsconfig create-synchronization-provider : unexpected error message

Make non mandatory the enabled property of the synchronization provider.
and change the definition of this property so that it have the
value true as its default value.
2 files modified
11 ■■■■ changed files
opends/resource/schema/02-config.ldif 4 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml 7 ●●●● patch | view | raw | blame | history
opends/resource/schema/02-config.ldif
@@ -1758,8 +1758,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 $
  ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
  MUST ( cn $ ds-cfg-synchronization-provider-class )
  MAY  ( 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
opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml
@@ -44,12 +44,17 @@
      <ldap:superior>top</ldap:superior>
    </ldap:object-class>
  </adm:profile>
  <adm:property name="enabled" mandatory="true">
  <adm:property name="enabled" mandatory="false">
    <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>