Quantcast
Channel: ejabberd - ejabberd Administration
Viewing all articles
Browse latest Browse all 782

Difficulties with mod_shared_roster_ldap

$
0
0

Hi there,

although I got some experience in LDAP/Active Directory structures and configuring I am confused by the right setup of filters to get the modul für shared rosters via ldap working.

So here is my general conf part, which allows authentication via ldap and this works flawless:

{auth_method, ldap}.
{ldap_servers, ["isw.uni-stuttgart.de"]}.
{ldap_encrypt, none}.
{ldap_port, 389}.
{ldap_rootdn, "ISW\\virtualuser"}.
{ldap_password, "somethingSecret"}.
{ldap_base, "DC=isw,DC=uni-stuttgart,DC=de"}.
{ldap_uids, [{"mail", "%u@isw.uni-stuttgart.de"}]}.

read more


Viewing all articles
Browse latest Browse all 782