OpenLDAP multiple interfaces

OpenLDAP multiple interfaces

   KB 20392        Last updated on 2015-07-11  




0.00
(0 votes)

Zimbra OpenLDAP Server

Configuring Zimbra OpenLDAP Server to listen on multiple interfaces, ports, and or protocols

By default, the Zimbra LDAP server will only listen to the first value in the localconfig key ldap_url. However, it may be desired to listen to multiple interfaces, alternate ports, and/or additional protocols. This can be achieved by modifying the ldap_bind_url localconfig key.

For example, to enable listening to both port 389 with ldap and port 636 with ldaps, one could do the following:

zmlocalconfig -e ldap_bind_url="ldap://myhost.example.com:389 ldaps://myhost.example.com:636"
ldap stop
ldap start

After the restart of ldap, the server will be listening on both port 389 with LDAP protocol and port 636 with LDAPS protocol.

Verified Against: ZCS 8.0, ZCS 7.0, ZCS 6.0 Date Created: 02/20/2013
Article ID: https://wiki.zimbra.com/index.php?title=OpenLDAP_multiple_interfaces Date Modified: 2015-07-11



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