<div>I have Win2008R2 AD as LDAP server and I'm trying to setup Kallithea using LDAP authentication.</div><div>I've managed to setup the authentication by setting base DN to an empty string, the problem is that Kallithea doesn't populate user profiles and groups from LDAP. The settings are:</div><div> </div><div>First Name Attribute: First Name Attribute</div><div>Last Name Attribute: sn</div><div>Email Attribute: mail</div><div> </div><div>(pretty much default settings)</div><div> </div><div>The logs don't help much:</div><div> </div><blockquote><div> </div><div><div>2016-09-02 12:30:24.256 INFO  [kallithea.lib.auth_modules] Authenticating user using kallithea.lib.auth_modules.auth_ldap plugin</div><div>2016-09-02 12:30:24.326 INFO  [kallithea.lib.auth_modules.auth_ldap] user <em>username </em>authenticated correctly</div><div>2016-09-02 12:30:24.518 INFO  [kallithea.lib.base] user <em>username</em> is now authenticated and stored in session, session attrs {'is_authenticated': True, 'is_external_auth': False, 'user_id': 5}</div></div></blockquote><div> </div><div>I have a django site using python-ldap and django-auth-ldap with the same LDAP server and the same attributes settings and it works as it should.</div><div> </div><div>What can I do to troubleshoot this problem?</div>