mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
11.11.2007 0d8762e2c76ee8b8c04a8ce04db9a10047467df3
Partial fix for issue 1944: dsconfig set-attribute-syntax-prop doesn't check syntax-class

This change makes the impl class property read-only, making it very hard for people to change the property (it can now only be set during attribute syntax creation).
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml 2 ●●● patch | view | raw | blame | history
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 />