We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Latest 4.8 asks me to get ldap, which i don't have
To Reproduce Steps to reproduce the behavior:
Expected behavior Require ldap only if this is used. Or have setup instruction for particular ldap python module.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Latest 4.8 asks me to get ldap, which i don't have
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Require ldap only if this is used.
Or have setup instruction for particular ldap python module.
The text was updated successfully, but these errors were encountered: