King0770-Notes-Verify-LDAP-Passwords

Revision as of 23:49, 26 April 2021 by King0770 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you are using multiple LDAP nodes in your setup, and you want to verify the ldap passwords, you can run the following commands as the zimbra user from each ldap node.

View your passwords as the zimbra user.

zmlocalconfig -s | grep pass | grep ldap
1. source ~/bin/zmshutil; zmsetvars

2. ldapwhoami -x -D uid=zmamavis,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_amavis_password

3. ldapwhoami -x -D uid=zmbes-searcher,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_bes_searcher_password

4. ldapwhoami -x -D uid=zmnginx,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_nginx_password  

5. ldapwhoami -x -D uid=zmpostfix,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_postfix_password

6. ldapwhoami -x -D cn=config -H ldap://`zmhostname`:389 -w $ldap_root_password

7. ldapwhoami -x -D uid=zimbra,cn=admins,cn=zimbra -H ldap://`zmhostname`:389 -w $zimbra_ldap_password

8. ldapwhoami -x -D uid=zmreplica,cn=admins,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_replication_password

You should see the following.

dn:uid=zmamavis,cn=appaccts,cn=zimbra
dn:uid=zmbes-searcher,cn=appaccts,cn=zimbra
dn:uid=zmnginx,cn=appaccts,cn=zimbra
dn:uid=zmpostfix,cn=appaccts,cn=zimbra
dn:cn=config
dn:uid=zimbra,cn=admins,cn=zimbra
dn:uid=zmreplica,cn=admins,cn=zimbra
Jump to: navigation, search