Configuration Isses

Hi all,

we have installed ejabberd 2 on solaris 11 using the package manager and are now trying to configure it to connect to AD.
So far we've followed the guide on http://svn.process-one.net/ejabberd/tags/ejabberd-2.0.5/doc/guide.html

and changed the ldap parameters to connect to our AD (paremeters have been checked using jxplorer and it connected successfully)
as for the ldap vcard settings, we copied wholesale from the guide it couldn't connect to AD.

After that we removed the fields and left only:
{mod_vcard_ldap,
[
{ldap_vcard_map,
[{"NICKNAME","%u",[]}
]},
{ldap_search_fields,
[{"User","%u",[]}
]},
{ldap_search_reported,
[{"Full Name","FN",[]}
]},
]}

and it also could not connect to AD.

We've found logs in /var/log/ejabberd but did not show any errors.

Are there other log files we can look at to see what is wrong?

Thanks

Syndicate content