LDAP Wildfire: Difference between revisions

No edit summary
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Archive}}{{Unsupported}}
Its really easy to setup Wildfire for auth with Zimbra Ldap database.
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.
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:
Here you found the options to connect to OpenLDAP:


--------------- cut ----------------------------------------------------------------
 
----
 
<ldap>
<ldap>
         <host>IP_OR_HOSTNAME_OF_LDAP_SERVER</host>
         <host>IP_OR_HOSTNAME_OF_LDAP_SERVER</host>
Line 10: Line 14:
         <nameField>displayName</nameField>
         <nameField>displayName</nameField>
         <emailField>mail</emailField>
         <emailField>mail</emailField>
         <baseDN>BASE_OF_THE_USERS_FOR_THE_DOMAIN</baseDN> #check bellow
         <baseDN>BASE_OF_THE_USERS_FOR_THE_DOMAIN</baseDN> #check below
         <adminDN>uid=zimbra,cn=admins,cn=zimbra</adminDN>
         <adminDN></adminDN>
         <adminPassword>PASSWORD_GIVEN_IN_THE_SETUP_OF_LDAP_SERVER</adminPassword>
         <adminPassword></adminPassword>
</ldap>
</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:
BASE_OF_THE_USERS_FOR_THE_DOMAIN : If you have only one domain, like me, you should put your domain in the form:
Line 20: Line 30:


questions to pbruna@it-linux.cl
questions to pbruna@it-linux.cl
{{Article Footer|unknown|4/4/2006}}
[[Category:LDAP]]

Latest revision as of 22:55, 23 March 2015


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