How to enable ldaps

Revision as of 21:02, 31 July 2008 by Rmansoura@zimbra.com (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LDAPS can be enabled at install time, if you haven't enabled it at install time, 
you have to modify the URL used by LDAP on all servers, and make sure that
ldap_starttls_supported is set to zero in the localconfig


    • su - zimbra
    • zmlocalconfig -e ldap_master_url = ldaps://mymaster.somewhere.com:636
    • zmlocalconfig -e ldap_url = ldaps://myreplica.somewhere.com:636
    • zmlocalconfig -e ldap_starttls_supported = 0
Jump to: navigation, search