How to enable ldaps: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
</pre>
</pre>


I.e.,
<pre>
**su - zimbra
**su - zimbra
**zmlocalconfig -e ldap_master_url = ldaps://mymaster.somewhere.com:636
**zmlocalconfig -e ldap_master_url = ldaps://mymaster.somewhere.com:636
**zmlocalconfig -e ldap_url = ldaps://myreplica.somewhere.com:636
**zmlocalconfig -e ldap_url = ldaps://myreplica.somewhere.com:636
**zmlocalconfig -e ldap_starttls_supported = 0
**zmlocalconfig -e ldap_starttls_supported = 0
</pre>

Revision as of 21:07, 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
**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