From 1815f3ff74b2898b8c41a79a4e0466381d85a56e Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Wed, 23 Apr 2008 15:47:10 +0000
Subject: [PATCH] Fixes :
---
opendj-sdk/opends/resource/schema/02-config.ldif | 54 +++++++++---------------------------------------------
1 files changed, 9 insertions(+), 45 deletions(-)
diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 395e073..ea3c10a 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -2182,72 +2182,42 @@
SINGLE-VALUE
X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.449
- NAME 'ds-cfg-version'
- 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.450
NAME 'ds-cfg-community'
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.451
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.450
NAME 'ds-cfg-allowed-manager'
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.452
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.451
NAME 'ds-cfg-allowed-user'
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.453
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.452
NAME 'ds-cfg-security-level'
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.454
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.453
NAME 'ds-cfg-traps-community'
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.455
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.454
NAME 'ds-cfg-traps-destination'
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.456
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.455
NAME 'ds-cfg-security-agent-file'
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.457
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.456
NAME 'ds-cfg-registered-mbean'
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.26027.1.1.458
- NAME 'ds-cfg-template-username'
- 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.459
- NAME 'ds-cfg-template-auth-algorithm'
- 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.460
- NAME 'ds-cfg-template-authkey'
- 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.461
- NAME 'ds-cfg-template-priv-algorithm'
- 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.462
- NAME 'ds-cfg-template-privkey'
- 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.463
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.457
NAME 'ds-cfg-opendmk-jarfile'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
@@ -3764,8 +3734,7 @@
STRUCTURAL
MUST ( ds-cfg-listen-port $
ds-cfg-trap-port )
- MAY ( ds-cfg-version $
- ds-cfg-traps-destination $
+ MAY ( ds-cfg-traps-destination $
ds-cfg-registered-mbean $
ds-cfg-community $
ds-cfg-allowed-manager $
@@ -3773,10 +3742,5 @@
ds-cfg-security-level $
ds-cfg-traps-community $
ds-cfg-security-agent-file $
- ds-cfg-template-username $
- ds-cfg-template-auth-algorithm $
- ds-cfg-template-authkey $
- ds-cfg-template-priv-algorithm $
- ds-cfg-template-privkey $
ds-cfg-opendmk-jarfile )
X-ORIGIN 'OpenDS Directory Server' )
--
Gitblit v1.10.0