From 0d8762e2c76ee8b8c04a8ce04db9a10047467df3 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 11 Jul 2007 18:11:20 +0000
Subject: [PATCH] Partial fix for issue 1944: dsconfig set-attribute-syntax-prop doesn't check syntax-class
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml
index d7661bb..578d1af 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml
@@ -65,7 +65,7 @@
</adm:profile>
</adm:property>
- <adm:property name="syntax-class" mandatory="true">
+ <adm:property name="syntax-class" mandatory="true" read-only="true">
<adm:synopsis>
The fully-qualified name of the Java class that provides the
<adm:user-friendly-name />
--
Gitblit v1.10.0