From c98f22cea016ec54cff010d3dd3eaf64d83c09be Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 20 Sep 2007 15:14:04 +0000
Subject: [PATCH] Correct the schema definitions so that we use attribute names of ds-cfg-plugin-order-post-synchronization-* rather than ds-cfg-plugin-order-synchronization-*.

---
 opends/resource/schema/02-config.ldif |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 816c4dc..9e6eb03 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -1659,19 +1659,19 @@
   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.491
-  NAME 'ds-cfg-plugin-order-synchronization-add'
+  NAME 'ds-cfg-plugin-order-post-synchronization-add'
   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.492
-  NAME 'ds-cfg-plugin-order-synchronization-delete'
+  NAME 'ds-cfg-plugin-order-post-synchronization-delete'
   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.493
-  NAME 'ds-cfg-plugin-order-synchronization-modify'
+  NAME 'ds-cfg-plugin-order-post-synchronization-modify'
   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.494
-  NAME 'ds-cfg-plugin-order-synchronization-modify-dn'
+  NAME 'ds-cfg-plugin-order-post-synchronization-modify-dn'
   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.495
@@ -2275,10 +2275,10 @@
   ds-cfg-plugin-order-post-response-modify $
   ds-cfg-plugin-order-post-response-modify-dn $
   ds-cfg-plugin-order-post-response-search $
-  ds-cfg-plugin-order-synchronization-add $
-  ds-cfg-plugin-order-synchronization-delete $
-  ds-cfg-plugin-order-synchronization-modify $
-  ds-cfg-plugin-order-synchronization-modify-dn $
+  ds-cfg-plugin-order-post-synchronization-add $
+  ds-cfg-plugin-order-post-synchronization-delete $
+  ds-cfg-plugin-order-post-synchronization-modify $
+  ds-cfg-plugin-order-post-synchronization-modify-dn $
   ds-cfg-plugin-order-search-result-entry $
   ds-cfg-plugin-order-search-result-reference $
   ds-cfg-plugin-order-subordinate-modify-dn $

--
Gitblit v1.10.0