Knowledge base

OS X Server: How to reset the Open Directory administrator password in Mavericks

Posted in Apple Portable Computers

Learn how to reset the Open Directory administrator password.

You can reset the Open Directory administrator password in Mavericks without affecting user data. You might need to do this, for example, if an Open Directory administrator departs without sharing the password.

  1. On the Open Directory server, open Terminal and execute this command:
    ldapsearch -LLL -x -H ldap://127.0.0.1 -s base namingContexts
    
  2. In the output, look for the dc= entries, such as dc=ldap1,dc=example,dc=com. Note these entries.
  3. Log in to the server as an administrator.
  4. Open Terminal, then execute the following command. Replace the sample dc= entries with the entries you noted before. Also, if the directory administrator account's uid is not diradmin, change the command accordingly.
    sudo ldappasswd -x -H ldapi://%2Fvar%2Frun%2Fldapi -S uid=diradmin,cn=users,dc=ldap1,dc=example,dc=com
  5. Enter your administrator account password when prompted.
  6. At the "New Password:" prompt, enter the new directory administrator password you want to use. Enter it again when prompted.
Last Modified: Dec 16, 2013
Helpful?
Yes
No
One Moment Please
Thanks for your feedback.
Email this article
Print this page
  • Last Modified: Dec 16, 2013
  • Article: HT6044
  • Views:

    0

    Additional Product Support Information