From 83d2ab7fe030fb9fa161527ecb16ce488de6b0a5 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 19 Oct 2011 10:26:58 +0000
Subject: [PATCH] Fix OPENDJ-324: Remove NDB backend implementation
---
opendj-sdk/opends/resource/schema/02-config.ldif | 71 -----------------------------------
1 files changed, 0 insertions(+), 71 deletions(-)
diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 08be97b..803cd48 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -2341,50 +2341,6 @@
NAME 'ds-cfg-collation'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.501
- NAME 'ds-cfg-ndb-connect-string'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.502
- NAME 'ds-cfg-ndb-thread-count'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.503
- NAME 'ds-cfg-ndb-num-connections'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.504
- NAME 'ds-cfg-sql-user'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.505
- NAME 'ds-cfg-sql-passwd'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.506
- NAME 'ds-cfg-ndb-dbname'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.507
- NAME 'ds-cfg-ndb-attr-len'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.508
- NAME 'ds-cfg-ndb-attr-blob'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.509
- NAME 'ds-cfg-sql-connect-string'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.511
NAME 'ds-cfg-quality-of-protection'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
@@ -4401,33 +4357,6 @@
MUST ( ds-cfg-matching-rule-type $
ds-cfg-collation )
X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.196
- NAME 'ds-cfg-ndb-backend'
- SUP ds-cfg-backend
- STRUCTURAL
- MUST ( ds-cfg-ndb-connect-string $
- ds-cfg-sql-connect-string $
- ds-cfg-ndb-dbname )
- MAY ( ds-cfg-sql-user $
- ds-cfg-sql-passwd $
- ds-cfg-ndb-attr-len $
- ds-cfg-ndb-attr-blob $
- ds-cfg-ndb-thread-count $
- ds-cfg-ndb-num-connections $
- ds-cfg-deadlock-retry-limit $
- ds-cfg-import-thread-count $
- ds-cfg-import-queue-size $
- ds-cfg-index-entry-limit )
- X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.197
- NAME 'ds-cfg-ndb-index'
- SUP top
- STRUCTURAL
- MUST ( ds-cfg-attribute )
- MAY ( ds-cfg-index-type $
- ds-cfg-index-entry-limit $
- ds-cfg-substring-length )
- X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.950
NAME 'ds-mon-branch'
SUP top
--
Gitblit v1.10.0