You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: