<p dir="ltr">Hi,</p>
<p dir="ltr">On Sep 2, 2016 10:19, "Sergejczyk Wasil" <<a href="mailto:szelga@yandex.ru">szelga@yandex.ru</a>> wrote:<br>
><br>
> I have Win2008R2 AD as LDAP server and I'm trying to setup Kallithea using LDAP authentication.<br>
> 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:<br>
>  <br>
> First Name Attribute: First Name Attribute<br>
> Last Name Attribute: sn<br>
> Email Attribute: mail<br>
>  <br>
> (pretty much default settings)<br>
>  <br>
> The logs don't help much:<br>
>  <br>
>><br>
>>  <br>
>> 2016-09-02 12:30:24.256 INFO  [kallithea.lib.auth_modules] Authenticating user using kallithea.lib.auth_modules.auth_ldap plugin<br>
>> 2016-09-02 12:30:24.326 INFO  [kallithea.lib.auth_modules.auth_ldap] user username authenticated correctly<br>
>> 2016-09-02 12:30:24.518 INFO  [kallithea.lib.base] user username is now authenticated and stored in session, session attrs {'is_authenticated': True, 'is_external_auth': False, 'user_id': 5}<br>
><br>
>  <br>
> 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.<br>
>  <br>
> What can I do to troubleshoot this problem?</p>
<p dir="ltr">I am trying to understand the problem: from the log it looks like the user is effectively logged in, is that correct?<br>
But when you look in the database, the user is not present, not is it in the Admin > Users section?</p>
<p dir="ltr">As far as I know, is_external_auth should be True for LDAP (is reported False in your log).</p>
<p dir="ltr">I suggest raising the Kallithea log level to DEBUG, in your ini file near the bottom, to see if more useful clues appear there.</p>
<p dir="ltr">/Thomas<br>
</p>