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

Mark Craig
15.40.2011 fc3e8658942c4d9032a67ac7333f8037eed40f08
Add examples of authz IDs including both dn: and u:.
(The examples in the man page do not actually explain identity mapping -- how u:bjensen might be mapped to the same entry as dn:uid=bjensen,ou=people,dc=example,dc=com. See dsconfig create-identity-mapper --help for now)
1 files modified
8 ■■■■■ changed files
opendj3/src/main/docbkx/shared/man-ldappasswordmodify.xml 8 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-ldappasswordmodify.xml
@@ -58,6 +58,14 @@
    <term><option>-a, --authzID {authzID}</option></term>
    <listitem>
     <para>Authorization ID for the user entry whose password should be changed</para>
     <para>The authorization ID is a string having either the prefix
     <literal>dn:</literal> followed by the user's distinguished name, or
     the prefix <literal>u:</literal> followed by a user identifier that
     depends on the identity mapping used to match the user identifier to
     an entry in the directory. Examples include
     <literal>dn:uid=bjensen,ou=People,dc=example,dc=com</literal>, and, if
     we assume that <literal>bjensen</literal> is mapped to Barbara Jensen's
     entry, <literal>u:bjensen</literal>.</para>
    </listitem>
   </varlistentry>
   <varlistentry>