[Kolab-devel] XMPP integration in Kolab web client

Jindřich Skácel jindrich.skacel at vypni.net
Thu Feb 6 16:44:44 CET 2014


Hi,

just want let you know that I got up and running ejabberd with LDAP auth 
(just clients for now, OS CentOS). Hopefully will have some time to get 
try XMPP integration in Kolab also during this week. I will let you know 
:)

Anyway.. configuration of ejabberd:

{auth_method, ldap}.
{ldap_servers, ["localhost"]}.
{ldap_encrypt, none}.
{ldap_rootdn, "uid=kolab-service,ou=Special Users,dc=domain,dc=com"}.
{ldap_password, "ultr4secUr3p4ssw0rd"}.
{ldap_base, "ou=People,dc=domain,dc=com"}.
{ldap_uids, [{"mail", "%u at domain.com"}]}.
{ldap_filter, "(objectClass=inetOrgPerson)"}.

-- 

S pozdravem / Best regards,
J. Skácel


More information about the devel mailing list