ejabberd - Comments for "Active Directory Configuration: LDAP manager?" https://www.ejabberd.im/node/3627 en Thank You https://www.ejabberd.im/node/3627#comment-54612 <p>Thank you very much. </p> <p>It's working like a charm.</p> Tue, 01 Sep 2009 10:24:56 +0000 Tjaart comment 54612 at https://www.ejabberd.im The LDAP manager is the user https://www.ejabberd.im/node/3627#comment-54595 <p>The LDAP manager is the user account in active directory that has the ability to browse LDAP. This can be any account you create as long as the permissions are set properly.</p> <p>the rootdn should point directly to this account. If your account is "ldapbrowse" your rootdn would be</p> <p>{ldap_rootdn, "cn=ldapbrowse,dc=mydomain,dc=co,dz=za"}.</p> <p>This is the ldap uid that i use to pull the users account name for authentication.</p> <p>{ldap_uids, [{"sAMAccountName"}]}.</p> <p>You can set the logging on the server to 5 and tail the /var/log/ejabberd/ejabberd.log file and see if ldap queries are working properly.</p> Fri, 28 Aug 2009 16:26:03 +0000 PnoT comment 54595 at https://www.ejabberd.im