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

Mark Craig
22.28.2012 319fa793dd5bfd2d295b49d78477e37e039f5751
Tip on password reset vs. password change
1 files modified
12 ■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml 12 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
@@ -35,8 +35,7 @@
 command-line tools for performing LDAP operations. This chapter demonstrates
 how to use the command line tools to script LDAP operations.</para>
 
 <!-- TODO: search, compare, add, modify, modifyDN, delete, but also authrate,
 searchrate, modrate, and ldappasswordmodify, who am I?, cancel -->
 <!-- TODO: who am I?, cancel -->
 
 <section xml:id="search-ldap">
  <title>Searching the Directory</title>
@@ -906,6 +905,15 @@
 --newPassword ChangeMe
The LDAP password modify operation was successful</screen>
   <tip>
    <para>Whenever one user changes another user's password, OpenDJ considers
    it a password reset. That often means the user has to change her password
    again after the reset.</para>
    <para>If you want your application to change a user's password, rather
    than reset a user's password, have your application request the password
    change as the user whose password is changing.</para>
   </tip>
   <para>You could also accomplish password reset with the following command,
   but <command>set-password-is-reset</command> is a hidden option, supported
   only for testing.</para>