ejabberd - Comments for "Active Directory login problems" https://www.ejabberd.im/node/3000 en If you set this in https://www.ejabberd.im/node/3000#comment-52339 <p>If you set this in ejabberd.cfg:</p> <pre>{hosts, ["schchat"]}. {acl, admin, {user, "cowboy", "schchat"}}. {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=*)"}.</pre><p> Then:</p> <ul> <li>ejabberd will serve this Jabber domain: schchat </li><li>The Jabber accounts will be (for example): user1@schchat user2@schchat </li><li>The Jabber account cowboy@schchat has admin privileges, so make sure it belongs to you and only you knows the password. Then login in the webadmin specifying cowboy@schchat and the password of that account. </li><li>Obviously, your contacts cannot chat with other Jabber servers in Internet because your Jabber domain is not FQDN. If someday you want to allow such possibility, you will need to make a mass modification of the database to update all the contact lists. </li><li>When a user tries to login in ejabberd, ejabberd will contact the LDAP server alpha.one.com using all the other information you configured. </li></ul> Mon, 05 May 2008 00:08:39 +0000 mfoss comment 52339 at https://www.ejabberd.im anyone able to help with https://www.ejabberd.im/node/3000#comment-52313 <p>anyone able to help with this?</p> Wed, 30 Apr 2008 14:51:29 +0000 CyberCowboy comment 52313 at https://www.ejabberd.im