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>