How to enable ldaps: Difference between revisions

(New page: 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...)
No edit summary
Line 1: Line 1:
 
<pre>
LDAPS can be enabled at install time, if you haven't enabled it at install time,  
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
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
ldap_starttls_supported is set to zero in the localconfig
</pre>


I.e.,
I.e.,

Revision as of 21:06, 31 July 2008

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

I.e., 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