LDAP Wildfire: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
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>

Revision as of 16:23, 4 April 2006

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 bellow
       <adminDN>uid=zimbra,cn=admins,cn=zimbra</adminDN>
       <adminPassword>PASSWORD_GIVEN_IN_THE_SETUP_OF_LDAP_SERVER</adminPassword>

</ldap>


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

Jump to: navigation, search