From c8b6428f124c9eb4d344ffd5986ee674d35f25fb Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 03 May 2007 09:18:10 +0000
Subject: [PATCH] Minor fixes to replication related schema definitions (e.g. missing attributes in object class definitions).
---
opends/resource/schema/02-config.ldif | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index dd20f0f..8e63eaa 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -564,7 +564,7 @@
X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.165
NAME 'ds-cfg-max-receive-delay'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+ 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.166
NAME 'ds-cfg-max-send-queue'
@@ -572,7 +572,7 @@
X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.167
NAME 'ds-cfg-max-send-delay'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+ 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.168
NAME 'ds-cfg-maximum-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -1043,7 +1043,7 @@
X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.305
NAME 'ds-cfg-heartbeat-interval'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+ 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.306
NAME ( 'ds-cfg-replication-db-directory'
@@ -1090,7 +1090,7 @@
X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.319
NAME ( 'ds-cfg-replication-purge-delay' 'ds-cfg-changelog-purge-delay' )
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+ 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.321
NAME 'ds-cfg-minimum-password-difference'
@@ -1446,7 +1446,7 @@
X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.57
NAME 'ds-cfg-synchronization-provider' SUP top STRUCTURAL
- MUST ( ds-cfg-synchronization-provider-class $
+ MUST ( cn $ ds-cfg-synchronization-provider-class $
ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.58 NAME
( 'ds-cfg-replication-domain-config'
@@ -1513,7 +1513,8 @@
'ds-cfg-synchronization-changelog-server-config' ) SUP top STRUCTURAL
MUST (ds-cfg-replication-server-id $ ds-cfg-replication-server-port )
MAY ( ds-cfg-replication-server $ cn $ ds-cfg-window-size $
- ds-cfg-replication-max-queue-size $ ds-cfg-replication-db-directory )
+ ds-cfg-replication-max-queue-size $ ds-cfg-replication-db-directory $
+ ds-cfg-replication-purge-delay )
X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.66 NAME 'ds-backup-directory'
SUP top STRUCTURAL MUST ( ds-backup-directory-path $ ds-backup-backend-dn )
--
Gitblit v1.10.0