From e04bc41d47d112133cf20fc2adf8b979c933a543 Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Mon, 06 Jun 2016 16:10:55 +0000
Subject: [PATCH] OPENDJ-3048 Reset some schema definitions to their previous version for backward compatibility
---
opendj-server-legacy/resource/schema/02-config.ldif | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/resource/schema/02-config.ldif b/opendj-server-legacy/resource/schema/02-config.ldif
index bea30f5..0fce4ac 100644
--- a/opendj-server-legacy/resource/schema/02-config.ldif
+++ b/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
--
Gitblit v1.10.0