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

Fabio Pistolesi
02.04.2016 e04bc41d47d112133cf20fc2adf8b979c933a543
OPENDJ-3048 Reset some schema definitions to their previous version for backward compatibility

HTTP connection handler and an object class were modified because of changes in the configuration model, but replicating the schema to older instances breaks them.
Even though the definitions are not used, we should keep them for compatibility.
1 files modified
11 ■■■■■ changed files
opendj-server-legacy/resource/schema/02-config.ldif 11 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/resource/schema/02-config.ldif
@@ -3636,6 +3636,7 @@
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  X-DEPRECATED-SINCE '3.5.0'
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.120
  NAME 'ds-mon-http-requests-total-count'
@@ -4071,6 +4072,10 @@
        ds-cfg-ssl-cipher-suite $
        ds-cfg-max-blocked-write-time-limit $
        ds-cfg-buffer-size $
# OPENDJ-3048 attributes 'ds-cfg-config-file' and 'ds-cfg-authentication-required'
# are kept for backward compatibility to avoid breaking replication
        ds-cfg-config-file $
        ds-cfg-authentication-required $
        ds-cfg-max-concurrent-ops-per-connection )
  X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.14
@@ -5347,6 +5352,12 @@
  SUP ds-cfg-virtual-attribute
  STRUCTURAL
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.158
  NAME 'ds-cfg-config-file-handler-backend'
  SUP ds-cfg-backend
  STRUCTURAL
  X-DEPRECATED-SINCE '3.5.0'
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.159
  NAME 'ds-cfg-subject-equals-dn-certificate-mapper'
  SUP ds-cfg-certificate-mapper