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

Even if i did not use ldap, tactic trying to load it #1700

Open
listyque opened this issue Dec 8, 2021 · 1 comment
Open

Even if i did not use ldap, tactic trying to load it #1700

listyque opened this issue Dec 8, 2021 · 1 comment

Comments

@listyque
Copy link
Contributor

listyque commented Dec 8, 2021

Describe the bug
Latest 4.8 asks me to get ldap, which i don't have

To Reproduce
Steps to reproduce the behavior:

  1. Update to latest 4.8
  2. Run it
  3. See it asks ldap

Expected behavior
Require ldap only if this is used.
Or have setup instruction for particular ldap python module.

@diegocortassa
Copy link
Contributor

I think this is related to commit 6551dd1 in merged PR #1692

in src/pyasm/security/init.py line 20:
from .ldap_ad_authenticate import *

not sure if its the correct behaviour perhaps alternative auth methods should be imported only if used?

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

2 participants