From bc494fc6543645e57d370c22cc54853f88bf489e Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 06 Jun 2016 20:15:11 +0000
Subject: [PATCH] OPENDJ-3037 Fixed reading 02-config.ldif
---
opendj-server-legacy/resource/schema/02-config.ldif | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/resource/schema/02-config.ldif b/opendj-server-legacy/resource/schema/02-config.ldif
index 0fce4ac..2bd227f 100644
--- a/opendj-server-legacy/resource/schema/02-config.ldif
+++ b/opendj-server-legacy/resource/schema/02-config.ldif
@@ -4050,6 +4050,8 @@
ds-cfg-max-blocked-write-time-limit $
ds-cfg-buffer-size )
X-ORIGIN 'OpenDS Directory Server' )
+# OPENDJ-3048 attributes 'ds-cfg-config-file' and 'ds-cfg-authentication-required'
+# are kept for backward compatibility to avoid breaking replication
objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.15
NAME 'ds-cfg-http-connection-handler'
SUP ds-cfg-connection-handler
@@ -4072,8 +4074,6 @@
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 )
--
Gitblit v1.10.0