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

matthew_swift
20.51.2007 b714fbca1879a1dfa9b512d6c140c5922dfbcac6
Fix issue 2001 - unusual odyssey when attempting to create a virtual attribute configuration.

The conflict-behavior was defined as being optional with a defined default value. However, the LDAP schema for the associated virtual attribute object class labeled the attribute as mandatory. This change updates the schema to align it with the XML definition.
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/resource/schema/02-config.ldif 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif
@@ -1947,10 +1947,10 @@
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.91 NAME 'ds-cfg-virtual-attribute'
  SUP top STRUCTURAL MUST ( cn $ ds-cfg-virtual-attribute-class $
  ds-cfg-virtual-attribute-enabled $ ds-cfg-virtual-attribute-type $
  ds-cfg-virtual-attribute-conflict-behavior )
  ds-cfg-virtual-attribute-enabled $ ds-cfg-virtual-attribute-type )
  MAY ( ds-cfg-virtual-attribute-base-dn $ ds-cfg-virtual-attribute-group-dn $
  ds-cfg-virtual-attribute-filter ) X-ORIGIN 'OpenDS Directory Server' )
  ds-cfg-virtual-attribute-filter $ ds-cfg-virtual-attribute-conflict-behavior )
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.92
  NAME 'ds-task-initialize-from-remote-replica' SUP ds-task
  MUST ( ds-task-initialize-domain-dn $ ds-task-initialize-replica-server-id )