From 400e6da1ab8ba44d21afa97fd1dea668a190dae9 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sat, 23 Jun 2007 21:31:35 +0000
Subject: [PATCH] Provide a way to control the order in which plugins are invoked.  This implementation is similar to that used by DSEE 6.  The "cn=Plugins,cn=config" configuration entry now supports a number of new configuration attributes (one per plugin type) that can be used to control the invocation order for plugins of that type.  The plugin order specification should be a string that is a comma-delimited list of the names of the plugins in the order in which they should be invoked, and it should also include an asterisk to indicate the order in which any unmatched plugins should be invoked.

---
 opendj-sdk/opends/resource/config/config.ldif |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif
index 15c91c0..4427388 100644
--- a/opendj-sdk/opends/resource/config/config.ldif
+++ b/opendj-sdk/opends/resource/config/config.ldif
@@ -1245,6 +1245,7 @@
 dn: cn=Plugins,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
+objectClass: ds-cfg-plugin-root
 cn: Plugins
 
 dn: cn=Entry UUID,cn=Plugins,cn=config

--
Gitblit v1.10.0