From ace2bd4146fe55154c0d716f20d9cbff3a2297d3 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 27 Sep 2007 14:50:30 +0000
Subject: [PATCH] Improvements to aggregation support and foundation work for expressing arbitrary constraints within components.

---
 opends/src/admin/defn/org/opends/server/admin/std/Package.xml |   60 ------------------------------------------------------------
 1 files changed, 0 insertions(+), 60 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/Package.xml b/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
index 88d87ba..48f4f17 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
@@ -227,36 +227,6 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="key-manager-provider">
-    <adm:synopsis>
-      Specifies the name of the key manager that should be used
-      with this <adm:user-friendly-name />.
-    </adm:synopsis>
-    <adm:requires-admin-action>
-      <adm:none>
-        <adm:synopsis>
-          Changes to this property will take effect immediately, but
-          only for subsequent attempts to access the key manager
-          provider for associated client connections.
-        </adm:synopsis>
-      </adm:none>
-    </adm:requires-admin-action>
-    <adm:default-behavior>
-      <adm:undefined />
-    </adm:default-behavior>
-    <adm:syntax>
-      <adm:aggregation relation-name="key-manager-provider" parent-path="/">
-        <adm:source-enabled-property-name name="enabled" />
-        <adm:source-enabled-property-name name="use-ssl" />
-        <adm:target-enabled-property-name name="enabled" />
-      </adm:aggregation>
-    </adm:syntax>
-    <adm:profile name="ldap">
-      <ldap:attribute>
-        <ldap:name>ds-cfg-key-manager-provider</ldap:name>
-      </ldap:attribute>
-    </adm:profile>
-  </adm:property>
   <adm:property name="trust-store-pin">
     <adm:synopsis>
       Specifies the clear-text PIN needed to access the
@@ -374,36 +344,6 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="trust-manager-provider">
-    <adm:synopsis>
-      Specifies the name of the trust manager that should be used with
-      this <adm:user-friendly-name />.
-    </adm:synopsis>
-    <adm:requires-admin-action>
-      <adm:none>
-        <adm:synopsis>
-          Changes to this property will take effect immediately, but
-          only for subsequent attempts to access the trust manager
-          provider for associated client connections.
-        </adm:synopsis>
-      </adm:none>
-    </adm:requires-admin-action>
-    <adm:default-behavior>
-      <adm:undefined />
-    </adm:default-behavior>
-    <adm:syntax>
-      <adm:aggregation relation-name="trust-manager-provider" parent-path="/">
-        <adm:source-enabled-property-name name="enabled" />
-        <adm:source-enabled-property-name name="use-ssl" />
-        <adm:target-enabled-property-name name="enabled" />
-      </adm:aggregation>
-    </adm:syntax>
-    <adm:profile name="ldap">
-      <ldap:attribute>
-        <ldap:name>ds-cfg-trust-manager-provider</ldap:name>
-      </ldap:attribute>
-    </adm:profile>
-  </adm:property>
   <adm:property name="include-filter" mandatory="false"
     multi-valued="true">
     <adm:synopsis>

--
Gitblit v1.10.0