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
I'm watching Scot Hacker's talk at DjangoCon 2015 right now. We do a fair amount of work with LDAP at Wharton as well. python-ldap is only compatible with Python 2.x. There are some Python 3 forks written, however, there's also ldap3 which is compatible with both Python 2 + 3: https://ldap3.readthedocs.org/
...and you just got to the slide where this is addressed! Let's chat, regardless. Good meeting you!
The text was updated successfully, but these errors were encountered:
Good to meet you too @FlipperPA . I only experimented with Python3 briefly, as there were other factors that forced us to remain on Python2 for now. In my brief experiment, it seemed like ldap3 would require refactoring all of our LDAP calls, which would in turn mean refactoring cca_utils with two separate modules for the different python versions (ldap3 may work on both python 2 & 3, but but its syntax is quite different from python-ldap). However, if you're able to put in time on this and it turns out I'm wrong, that would be excellent.
Good meeting you. You can reach me as shacker on twitter and we can continue the discussion offline.
I'm watching Scot Hacker's talk at DjangoCon 2015 right now. We do a fair amount of work with LDAP at Wharton as well. python-ldap is only compatible with Python 2.x. There are some Python 3 forks written, however, there's also ldap3 which is compatible with both Python 2 + 3: https://ldap3.readthedocs.org/
...and you just got to the slide where this is addressed! Let's chat, regardless. Good meeting you!
The text was updated successfully, but these errors were encountered: