From 3af1c93c0de41be1cdfc0e6aff1d1c98f1d5530b Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Tue, 07 Jul 2009 09:15:52 +0000
Subject: [PATCH] Fractional replication Info about the feature:  https://www.opends.org/wiki/page/FractionalReplication

---
 opends/resource/schema/02-config.ldif |   29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 6aba8b1..236ecda 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2397,6 +2397,24 @@
   NAME 'ds-cfg-index-extensible-matching-rule'
   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.586
+  NAME 'ds-cfg-fractional-include'
+  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.587
+  NAME 'ds-cfg-fractional-exclude'
+  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.588
+  NAME 'ds-sync-fractional-include'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.589
+  NAME 'ds-sync-fractional-exclude'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -2955,7 +2973,9 @@
         ds-cfg-assured-sd-level $
         ds-cfg-assured-timeout $
         ds-cfg-group-id $
-        ds-cfg-referrals-url)
+        ds-cfg-referrals-url $
+        ds-cfg-fractional-exclude $
+        ds-cfg-fractional-include)
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.58
   NAME 'ds-cfg-length-based-password-validator'
@@ -3958,7 +3978,7 @@
   NAME 'ds-cfg-qos-policy'
   SUP top
   STRUCTURAL
-  MUST ( cn $
+  MUST ( cn $ 
          ds-cfg-java-class)
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.185
@@ -4054,4 +4074,9 @@
   SUP ds-cfg-matching-rule
   STRUCTURAL
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.232
+  NAME 'ds-cfg-fractional-ldif-import-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
 

--
Gitblit v1.10.0