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

Matthew Swift
29.51.2013 8e2750c0edd30ea18ba3924f4415750e3a5efac0
One-line fix for OPENDJ-887: X-ENUM doesn't use commas
1 files modified
2 ■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-schema.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-schema.xml
@@ -347,7 +347,7 @@
     possible attribute values for example.</para>
     <programlisting language="ldif"
     >ldapSyntaxes: ( security-label-syntax-oid DESC 'Security Label'
 X-ENUM ( 'top-secret', 'secret', 'confidential', 'unclassified' ) )</programlisting>
 X-ENUM ( 'top-secret' 'secret' 'confidential' 'unclassified' ) )</programlisting>
    </listitem>
   </varlistentry>