Verify LDAP password: Difference between revisions

(Created page with "=Verify LDAP Password= <hr> {{KB|{{WIP}}|{{ZCS 8.8}}||||}} ====Overview==== * How to verify LDAP passwords. <pre> source ~/bin/zmshutil; zmsetvars ldapwhoami -ZZ -x -D u...")
 
No edit summary
Line 5: Line 5:


====Overview====
====Overview====
* How to verify LDAP passwords.
* We can use below commands to verify LDAP passwords.
<pre>
<pre>
source ~/bin/zmshutil; zmsetvars
source ~/bin/zmshutil; zmsetvars

Revision as of 08:54, 22 September 2021

Verify LDAP Password


   KB 24355        Last updated on 2021-09-22  




0.00
(0 votes)


Overview

  • We can use below commands to verify LDAP passwords.
source ~/bin/zmshutil; zmsetvars
ldapwhoami -ZZ -x -D uid=zmamavis,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_amavis_password
ldapwhoami -ZZ -x -D uid=zmbes-searcher,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_bes_searcher_password
ldapwhoami -ZZ -x -D uid=zmnginx,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_nginx_password
ldapwhoami -ZZ -x -D uid=zmpostfix,cn=appaccts,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_postfix_password
ldapwhoami -ZZ -x -D cn=config -H ldap://`zmhostname`:389 -w $ldap_root_password
ldapwhoami -ZZ -x -D uid=zimbra,cn=admins,cn=zimbra -H ldap://`zmhostname`:389 -w $zimbra_ldap_password
ldapwhoami -ZZ -x -D uid=zmreplica,cn=admins,cn=zimbra -H ldap://`zmhostname`:389 -w $ldap_replication_password


Submitted by: Keshav Gaur
Verified Against: ZCS 8.8 Date Created: 2021-09-23
Article ID: https://wiki.zimbra.com/index.php?title=Verify_LDAP_password Date Modified: 2021-09-22



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search