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

Active Directory support for Python 3 #1545

Open
remkonoteboom opened this issue Aug 13, 2020 · 0 comments
Open

Active Directory support for Python 3 #1545

remkonoteboom opened this issue Aug 13, 2020 · 0 comments
Labels

Comments

@remkonoteboom
Copy link
Contributor

Describe the bug
Current ADConnect classes in "src/tactic/active_directory" only work for Python 2. There are a few import statements that need to be scoped for current directory imports. For example:

from ad_lookup import ADException

These are easy enough to fix, but the bigger problem is active_directory.py which is an external library and it definitely does not work in Python 3. Either an updated library needs to be added or this library needs to be ported to Python 3.

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

No branches or pull requests

1 participant