Issue #158: Error Connecting LDAP (active directory) (conservancy/kallithea)
Leonid Lee
issues-reply at bitbucket.org
Tue Sep 15 19:46:24 UTC 2015
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.
More information about the kallithea-general
mailing list