From 8005c934acce2c79f86460dd8997209cc45e3975 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 30 Oct 2007 13:09:42 +0000
Subject: [PATCH] s set of files provides the workflow configuration manual mode.
---
opendj-sdk/opends/resource/schema/02-config.ldif | 66 +++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 2a0ebe5..d052a4a 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -2133,6 +2133,40 @@
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.435
+ NAME 'ds-cfg-network-group-id'
+ 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.436
+ NAME 'ds-cfg-workflow-id'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.437
+ NAME 'ds-cfg-workflow'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+ X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.438
+ NAME 'ds-cfg-workflow-element-id'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.439
+ NAME 'ds-cfg-workflow-element'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.440
+ NAME 'ds-cfg-workflow-configuration-mode'
+ 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.441
+ NAME 'ds-cfg-backend'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+ SINGLE-VALUE
+ X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
NAME 'ds-cfg-access-control-handler'
SUP top
@@ -2531,6 +2565,7 @@
ds-cfg-disabled-privilege $
ds-cfg-return-bind-error-messages $
ds-cfg-idle-time-limit $
+ ds-cfg-workflow-configuration-mode $
ds-cfg-save-config-on-successful-startup )
X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.40
@@ -3599,3 +3634,34 @@
ds-cfg-key-length-bits $ ds-cfg-symmetric-key )
MAY ds-cfg-key-compromised-time
X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.176
+ NAME 'ds-cfg-network-group'
+ SUP top
+ STRUCTURAL
+ MUST ( ds-cfg-network-group-id $
+ ds-cfg-enabled $
+ ds-cfg-workflow )
+ X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.177
+ NAME 'ds-cfg-workflow'
+ SUP top
+ STRUCTURAL
+ MUST ( ds-cfg-workflow-id $
+ ds-cfg-enabled $
+ ds-cfg-workflow-element $
+ ds-cfg-base-dn )
+ X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.178
+ NAME 'ds-cfg-workflow-element'
+ SUP top
+ STRUCTURAL
+ MUST ( ds-cfg-workflow-element-id $
+ ds-cfg-enabled $
+ ds-cfg-java-class )
+ X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.179
+ NAME 'ds-cfg-local-backend-workflow-element'
+ SUP ds-cfg-workflow-element
+ STRUCTURAL
+ MUST ( ds-cfg-backend )
+ X-ORIGIN 'OpenDS Directory Server' )
--
Gitblit v1.10.0