From 5b48640c910cc20ca84f1811854f9e77934bad3e Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Thu, 08 Mar 2007 23:08:37 +0000
Subject: [PATCH] Fix for issue #1317: Wrong Error Code For Improperly Formatted ACIs.
---
opends/src/server/org/opends/server/schema/SchemaConstants.java | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/schema/SchemaConstants.java b/opends/src/server/org/opends/server/schema/SchemaConstants.java
index c7c605e..2bfdce4 100644
--- a/opends/src/server/org/opends/server/schema/SchemaConstants.java
+++ b/opends/src/server/org/opends/server/schema/SchemaConstants.java
@@ -811,6 +811,29 @@
+ /**
+ * The OID for the aci attribute syntax.
+ */
+ public static final String SYNTAX_ACI_OID =
+ OID_OPENDS_SERVER_ATTRIBUTE_SYNTAX_BASE + ".4";
+
+
+
+ /**
+ * The description for aci attribute syntax.
+ */
+ public static final String SYNTAX_ACI_DESCRIPTION =
+ "Sun-defined Access Control Information";
+
+
+
+ /**
+ * The name for the aci attribute syntax.
+ */
+ public static final String SYNTAX_ACI_NAME = "ds-syntax-dseecompat-aci";
+
+
+
/**
* The description for the attribute type description attribute syntax.
*/
--
Gitblit v1.10.0