New issue 158: Error Connecting LDAP (active directory)
https://bitbucket.org/conservancy/kallithea/issues/158/error-connecting-ldap-active-directory

Leonid Lee:

Hello.
I have installed Kallithea and it works.
But i cannot connect LDAP catalogue. I have error:

```
#!python

2015-09-15 22:30:37.980 ERROR [kallithea.lib.auth_modules.auth_ldap] Traceback 
(most recent call last):
  File 
"/opt/hg/venv/lib/python2.6/site-packages/kallithea/lib/auth_modules/auth_ldap.py",
 line 329, in auth
    aldap = AuthLdap(**kwargs)
  File 
"/opt/hg/venv/lib/python2.6/site-packages/kallithea/lib/auth_modules/auth_ldap.py",
 line 56, in __init__
    raise LdapImportError
LdapImportError

2015-09-15 22:30:37.980 WARNI [kallithea.lib.auth_modules] User `leela` failed 
to authenticate against kallithea.lib.auth_modules.auth_ldap
```



Could You tell me please what should I do to get debug log level.
I set loglevel to debug here

```
#!python

[logger_kallithea]
level = DEBUG
handlers =
qualname = kallithea
propagate = 1
```


But still do not understand what is misconfigured.


_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to