LDAP Jabber

Revision as of 19:15, 3 October 2006 by MergeSpamAccountsIntoMe (talk | contribs) (added some minimal information on getting jabberd2 to use zimbra's ldap directory.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setting up Jabberd 2.x to use Zimbra's ldap directory is very similar to wildfire.

Once you complete your installation of jabberd2, edit your c2s.xml configuration file.

With in the authreg tags change the following:


<module>ldap</module>
<ldap>
       <host>HOST NAME FOR ZIMBRA INSTALL</host>
       <port>389</port>
       <v3/>
       <uidattr>uid</uidattr>
       <basedn realm='company'>Copmany</basedn>
       <basedn>dc=yourdomain,dc=tld</basedn>
</ldap>


If you are experiencing issues drop me a line and I'll try to help out (ilan@fonz.net).

PS here is a shameless plug for an even I help to organize. check out the 2007 Southern California Linux Expo: http://www.socallinuxexpo.org/scale5x/]

Jump to: navigation, search