From 13ac0c8454cbbdfa9643f88a1a10c1a03b1313d2 Mon Sep 17 00:00:00 2001 From: pgamba <pgamba@localhost> Date: Sun, 02 Sep 2007 17:58:07 +0000 Subject: [PATCH] fix for #1733 & #845 - Initialization of replication --- opendj-sdk/opends/resource/schema/02-config.ldif | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif index 1f0cb54..a7834a5 100644 --- a/opendj-sdk/opends/resource/schema/02-config.ldif +++ b/opendj-sdk/opends/resource/schema/02-config.ldif @@ -1515,6 +1515,10 @@ attributeTypes: ( 1.3.6.1.4.1.26027.1.1.450 NAME 'ds-cfg-message-body' 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.479 + NAME 'ds-sync-generation-id' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation SINGLE-VALUE + X-ORIGIN 'OpenDS Directory Server' ) attributeTypes: ( 1.3.6.1.4.1.26027.1.1.451 NAME 'ds-task-import-clear-backend' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE @@ -1559,6 +1563,10 @@ NAME 'ds-cfg-notification-sender-address' 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.480 + NAME 'ds-task-reset-generation-id-domain-base-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.466 NAME 'ds-cfg-plugin-order-subordinate-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE @@ -2251,6 +2259,10 @@ MUST ds-task-disconnect-connection-id MAY ( ds-task-disconnect-message $ ds-task-disconnect-notify-client ) X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.124 + NAME 'ds-task-reset-generation-id' SUP ds-task + MUST ( ds-task-reset-generation-id-domain-base-dn ) + X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.121 NAME 'ds-cfg-regular-expression-identity-mapper' SUP ds-cfg-identity-mapper STRUCTURAL MUST ( ds-cfg-match-attribute $ ds-cfg-match-pattern ) -- Gitblit v1.10.0