From 11c0122916faecefd4a67b5ad905ff138272b5d4 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 06 Nov 2014 13:49:10 +0000
Subject: [PATCH] FIxed SDK build break

---
 opendj-server3x-adapter/src/test/resources/config/schema/02-config.ldif |   72 ++++++++++++++++++++++++++++++++++-
 1 files changed, 69 insertions(+), 3 deletions(-)

diff --git a/opendj-server3x-adapter/src/test/resources/config/schema/02-config.ldif b/opendj-server3x-adapter/src/test/resources/config/schema/02-config.ldif
index 5617744..f75575d 100644
--- a/opendj-server3x-adapter/src/test/resources/config/schema/02-config.ldif
+++ b/opendj-server3x-adapter/src/test/resources/config/schema/02-config.ldif
@@ -3749,6 +3749,45 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
   SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.136
+  NAME 'ds-cfg-disabled-syntax'
+  EQUALITY caseIgnoreMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.137
+  NAME 'ds-cfg-disabled-matching-rule'
+  EQUALITY caseIgnoreMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.138
+  NAME 'ds-cfg-strict-format-country-string'
+  EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.139
+  NAME 'ds-cfg-allow-zero-length-values-directory-string'
+  EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.140
+  NAME 'ds-cfg-strip-syntax-min-upper-bound-attribute-type-description'
+  EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.142
+  NAME 'ds-cfg-replication-db-implementation'
+  EQUALITY caseExactMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.143
+  NAME 'ds-cfg-source-address' EQUALITY caseIgnoreMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -4378,7 +4417,8 @@
         ds-cfg-conflicts-historical-purge-delay $
         ds-cfg-changetime-heartbeat-interval $
         ds-cfg-log-changenumber $
-        ds-cfg-initialization-window-size )
+        ds-cfg-initialization-window-size $
+        ds-cfg-source-address )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.58
   NAME 'ds-cfg-length-based-password-validator'
@@ -4496,13 +4536,15 @@
         ds-cfg-window-size $
         ds-cfg-queue-size $
         ds-cfg-replication-db-directory $
+        ds-cfg-replication-db-implementation $
         ds-cfg-replication-purge-delay $
         ds-cfg-group-id $
         ds-cfg-assured-timeout $
         ds-cfg-degraded-status-threshold $
         ds-cfg-weight $
         ds-cfg-monitoring-period $
-        ds-cfg-compute-change-number )
+        ds-cfg-compute-change-number $
+        ds-cfg-source-address )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.65
   NAME 'ds-backup-directory'
@@ -5553,7 +5595,8 @@
         ds-cfg-ssl-protocol $
         ds-cfg-ssl-cipher-suite $
         ds-cfg-cached-password-storage-scheme $
-        ds-cfg-cached-password-ttl )
+        ds-cfg-cached-password-ttl $
+        ds-cfg-source-address )
   X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.5
   NAME 'ds-cfg-attribute-cleanup-plugin'
@@ -5684,3 +5727,26 @@
   STRUCTURAL
   MAY ds-cfg-pbkdf2-iterations
   X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.19
+  NAME 'ds-cfg-schema-provider'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-enabled $
+         ds-cfg-java-class )
+  X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.20
+  NAME 'ds-cfg-core-schema'
+  SUP ds-cfg-schema-provider
+  STRUCTURAL
+  MAY ( ds-cfg-disabled-syntax $
+        ds-cfg-disabled-matching-rule $
+        ds-cfg-strict-format-country-string $
+        ds-cfg-allow-zero-length-values-directory-string $
+        ds-cfg-strip-syntax-min-upper-bound-attribute-type-description )
+  X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.21
+  NAME 'ds-cfg-pkcs5s2-password-storage-scheme'
+  SUP ds-cfg-password-storage-scheme
+  STRUCTURAL
+  X-ORIGIN 'OpenDJ Directory Server' )

--
Gitblit v1.10.0