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
The ldap library currently used for ldap authentication is not py3 compatible. There is a newer library called ldap3 (or python3-ldap) which is compatible to py3 and py2.6+. http://pythonhosted.org/python3-ldap/