Python Forum

Full Version: Python 3.6 and 2003 Domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thank you in advance for any help you can offer. I apologize if this is posted under the wrong topic.

We are beginning a project in 2018 using Python 3.6. I believe 3.6 does not support Windows Server 2003. But does it allow for AD interaction on a domain set at the 2003 functional level (meaning we have a few 2003 servers so we have to maintain this lower functional level...but the vast majority of the servers, including domain controllers, are 2008).

Thanks again! Please let me know if I need to supply more info. Smile
Try the LDAP3 library from PyPi. According to the documentation it follows the latest RFC specification and implemented using pure python and should have no portability issues.

https://pypi.python.org/pypi/python3-ldap/0.9.8.4/