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

Mark Craig
10.17.2014 2757d87bbc363c65ded6ec12120aeb563ff9fc17
Fix for OPENDJ-1331: targattrfilters syntax uses "del" not "delete"

Applying the one-word fix suggested in the description of the issue
1 files modified
2 ■■■ changed files
opendj3-server-dev/src/main/docbkx/admin-guide/chap-privileges-acis.xml 2 ●●● patch | view | raw | blame | history
opendj3-server-dev/src/main/docbkx/admin-guide/chap-privileges-acis.xml
@@ -229,7 +229,7 @@
      >attr4</replaceable>:<replaceable>filter4</replaceable> &#8230;] &#8230;]</literallayout>
      <para>Here <replaceable>op</replaceable> can be either
      <literal>add</literal> for operations creating attributes, or
      <literal>delete</literal> for operations removing them.
      <literal>del</literal> for operations removing them.
      Replace <replaceable>attr</replaceable> with an attribute type.
      Replace <replaceable>filter</replaceable> with an LDAP filter that
      corresponds to the <replaceable>attr</replaceable> attribute type.</para>