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"}]}.