LDAP Wildfire


Its really easy to setup Wildfire for auth with Zimbra Ldap database. When you had finished the instalation of Wildfire go to the /opt/wildfire/conf directory and edit the wildfire.xml file. Here you found the options to connect to OpenLDAP:



<ldap>

       <host>IP_OR_HOSTNAME_OF_LDAP_SERVER</host>
       <port>PORT_OF_LDAP</port>
       <usernameField>uid</usernameField>
       <nameField>displayName</nameField>
       <emailField>mail</emailField>
       <baseDN>BASE_OF_THE_USERS_FOR_THE_DOMAIN</baseDN> #check below
       <adminDN></adminDN>
       <adminPassword></adminPassword>

</ldap>



Since the Zimbra OpenLDAP is configured to allow for anonymous searches, its not necessary to give the Wildfire config your admin DN or password. This will keep that password from being sent in plaintext over your network.

BASE_OF_THE_USERS_FOR_THE_DOMAIN : If you have only one domain, like me, you should put your domain in the form: dc=domain,dc=com

questions to pbruna@it-linux.cl


Verified Against: unknown Date Created: 4/4/2006
Article ID: https://wiki.zimbra.com/index.php?title=LDAP_Wildfire Date Modified: 2015-03-23



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