From b2568d582c2ab449bdaa514334a1d968ed0588bf Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 07 Apr 2015 17:31:06 +0000 Subject: [PATCH] CR-6574 OPENDJ-1923 Move doc out of properties files --- opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 81 ---------------------------------------- 1 files changed, 1 insertions(+), 80 deletions(-) diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties index 404a5f4..9e5d522 100755 --- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties +++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties @@ -981,83 +981,4 @@ REF_SHORT_DESC_UNINSTALL=remove OpenDJ directory server software # Supplements to descriptions for generated reference documentation. -SUPPLEMENT_DESCRIPTION_CONTROLS=<para> \ - For some <replaceable>controloid</replaceable> values, \ - you can replace object identifiers with user-friendly strings. \ - \ - The strings are listed here in lower case, but the case is not important. \ - You can use camelCase if you prefer, for example. \ - </para> \ - \ - <variablelist> \ - <varlistentry> \ - <term><literal>accountusable</literal></term> \ - <term><literal>accountusability</literal></term> \ - <listitem> \ - <para>Account Usability Control, Object Identifier: 1.3.6.1.4.1.42.2.27.9.5.8</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>authzid</literal></term> \ - <term><literal>authorizationidentity</literal></term> \ - <listitem> \ - <para>Authorization Identity Request Control, Object Identifier: 2.16.840.1.113730.3.4.16</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>effectiverights</literal></term> \ - <term><literal>geteffectiverights</literal></term> \ - <listitem> \ - <para>Get Effective Rights Request Control, Object Identifier: 1.3.6.1.4.1.42.2.27.9.5.2</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>managedsait</literal></term> \ - <listitem> \ - <para>Manage DSAIT Request Control, Object Identifier: 2.16.840.1.113730.3.4.2</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>noop</literal></term> \ - <term><literal>no-op</literal></term> \ - <listitem> \ - <para>No-Op Control, Object Identifier: 1.3.6.1.4.1.4203.1.10.2</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>pwpolicy</literal></term> \ - <term><literal>passwordpolicy</literal></term> \ - <listitem> \ - <para>Password Policy Control, Object Identifier: 1.3.6.1.4.1.42.2.27.8.5.1</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>realattrsonly</literal></term> \ - <term><literal>realattributesonly</literal></term> \ - <listitem> \ - <para>Real Attributes Only Request Control, Object Identifier: 2.16.840.1.113730.3.4.17</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>subtreedelete</literal></term> \ - <term><literal>treedelete</literal></term> \ - <listitem> \ - <para>Subtree Delete Request Control, Object Identifier: 1.2.840.113556.1.4.805</para> \ - </listitem> \ - </varlistentry> \ - \ - <varlistentry> \ - <term><literal>virtualattrsonly</literal></term> \ - <term><literal>virtualattributesonly</literal></term> \ - <listitem> \ - <para>Virtual Attributes Only Request Control, Object Identifier: 2.16.840.1.113730.3.4.19</para> \ - </listitem> \ - </varlistentry> \ - </variablelist> +SUPPLEMENT_DESCRIPTION_CONTROLS=<xinclude:include href="variablelist-ldap-controls.xml" /> -- Gitblit v1.10.0