ejabberd - Comments for "LDAP / Active Directory authentication not fully operational" https://www.ejabberd.im/node/3233 en I used openldap and it worked fine for me https://www.ejabberd.im/node/3233#comment-53772 <p>Could you show your ldap config segments here?</p> Sun, 16 Nov 2008 16:01:15 +0000 escaper comment 53772 at https://www.ejabberd.im Verify ldap_base https://www.ejabberd.im/node/3233#comment-53767 <p>Please check your config and verify ldap_base points to (or a level above) the OU where your users are.<br /> If your ldap_base points to the users container, where admin is, but users are in another container, they will not be able to log in.<br /> eg-<br /> {ldap_base, "cn=users,dc=yourdomain,dc=local"}.<br /> should be:<br /> {ldap_base, "dc=yourdomain,dc=local"}.<br /> or:<br /> {ldap_base, "ou=My Users,dc=yourdomain,dc=local"}.</p> Thu, 13 Nov 2008 15:53:39 +0000 dotdash comment 53767 at https://www.ejabberd.im Re: LDAP / Active Directory authentication not fully operational https://www.ejabberd.im/node/3233#comment-53764 <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>I'm experiencing the same issue.</p></div> <p>Could you show your config file (without comments, please)?</p> Thu, 13 Nov 2008 14:21:51 +0000 zinid comment 53764 at https://www.ejabberd.im LDAP / Active Directory authentication not fully operational https://www.ejabberd.im/node/3233#comment-53761 <p>I'm experiencing the same issue. The administrator account will authenticate but no others. Did you find a solution?</p> Wed, 12 Nov 2008 20:18:12 +0000 cfisher comment 53761 at https://www.ejabberd.im Increase the log level, maybe there is some clue https://www.ejabberd.im/node/3233#comment-53637 <p>I know little of LDAP or AD. I just tried the feature and I could login with both LDAP accounts I had created :)</p> <p>You can edit ejabberd.cfg and increase the verbosity of the logs:</p> <pre>{loglevel, 5}.</pre><p>But I am not sure if you will find any clue of the problem in all the amount of messages you will get at login.</p> <p>One possibility is to login with the admin account, store the log messages. Then login with a regular account, store the log messages. And compare the log messages, maybe there's a notable difference that points you to the source of the problem.</p> Wed, 08 Oct 2008 11:41:56 +0000 mfoss comment 53637 at https://www.ejabberd.im