16-Pearl
May 26, 2022
Solved
Default Bind DN for OpenDJ
- May 26, 2022
- 2 replies
- 4910 views
You can simply add the alias "CN=Manager" to the default one "CN=Directory Manager" (or the reverse).
It's in the config.ldif file (<OpenDJ_HOME>/config/config.ldif). Look for "Directory Manager" and add the required line:
ds-cfg-alternate-bind-dn: cn=Directory Manager
ds-cfg-alternate-bind-dn: cn=Manager
Restart OpenDJ and you will be able to use either one.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.