Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ldap authentication does not work #107

Open
patrakov opened this issue Mar 1, 2016 · 0 comments
Open

ldap authentication does not work #107

patrakov opened this issue Mar 1, 2016 · 0 comments

Comments

@patrakov
Copy link

patrakov commented Mar 1, 2016

the ldap.py authenticator contains this:

import ldap as ldap_m

The intention is to import the ldap module provided by the "python-ldap" package. On Ubuntu 14.04, though, the module itself (i.e. the authenticator) is imported instead, leading to this error:

'module' object has no attribute 'initialize'

The same issue applies to the fallback import in the pam.py authenticator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant