From 6748a78dd685559342f027f9890c2e81931624f4 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Thu, 13 Sep 2007 20:00:57 +0000
Subject: [PATCH] These changes allow dsconfig to decode the ACI string similar to what is done for the DN syntax attributes. A new <adm: aci /> syntax has been created that DSEE compat configuration handler is now using.
---
opends/resource/admin/admin.xsd | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opends/resource/admin/admin.xsd b/opends/resource/admin/admin.xsd
index 6dbbb93..7be0679 100644
--- a/opends/resource/admin/admin.xsd
+++ b/opends/resource/admin/admin.xsd
@@ -1144,6 +1144,14 @@
</xsd:annotation>
<xsd:complexType />
</xsd:element>
+ <xsd:element name="aci">
+ <xsd:annotation>
+ <xsd:documentation>
+ Used for properties which contain dseecompat ACIs.
+ </xsd:documentation>
+ </xsd:annotation>
+ <xsd:complexType />
+ </xsd:element>
<xsd:element name="java-class">
<xsd:annotation>
<xsd:documentation>
--
Gitblit v1.10.0