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
After initializing and using simple_bind_s everything works great. But when it comes to unbind_s function it gives exception of AttributeError which is resulted to "SimpleLDAPObject has no attribute '_l'"
Steps to reproduce:
initialize ldap, bind_s, then unbind will result to this error.