How to enable ldaps
From Zimbra :: Wiki
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 zmlocalconfig -e ldap_port=636 zmcontrol stop zmcontrol start
| Verified Against: Unknown | Date Created: 7/31/2008 |
| Article ID: http://wiki.zimbra.com/index.php?title=How_to_enable_ldaps | Date Modified: 1/18/2011 |
