OK got modules compiling now :) had the wrong package installed.
Now I'm trying to get the beasty server to use AD for user recognition. When I used the binary installer I named the "domain" the ejabberd users as schchat and the administrator user admin my active directory domain is alpha.one.com
Here is the ejabberd.cfg file
{auth_method, ldap}.
{ldap_servers, ["alpha.one.com"]}. % List of LDAP servers
{ldap_base, "OU=Users OU,OU=Zeus,DC=alpha,DC=one,DC=com"}. % Search base of LDAP directory
{ldap_rootdn, "CN=User1,OU=Users OU,OU=Zeus,DC=alpha,DC=one,DC=com "}. % LDAP manager
{ldap_password, "secret"}. % Password to LDAP manager
{ldap_uids, [{"sAMAccountName"}]}.
{ldap_filter, "(memberOf=*)"}.
When I log into the web configuration page should I be using
Also how would the users be logging into the server as User2@schchat or
Installed on a Hardy Ubuntu box via the 32bit binary installer.
anyone able to help with
anyone able to help with this?
If you set this in
If you set this in ejabberd.cfg:
Then: