-
Notifications
You must be signed in to change notification settings - Fork 126
SimpleLDAPObject has no attribute '_l' #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe I am getting this when I try to run If that is the case then I find it a bit of an unhelpful error message. Much more helpful would be to say |
You know actually thing is I am able bind to ldap and search in it, but as you said, when i'm trying to use any variant of unbind that error occurs. |
The error does mean I can't reproduce the |
We are facing the same issue in some of our customer environments, it might be related to threading. |
Actually that UCS bug is different as it relates to import ldap
l = ldap.initialize("")
l.unbind_s()
l.unbind_s() results in
|
Uh oh!
There was an error while loading. Please reload this page.
Issue description:
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.
Operating system: macOS 10.14
Python version: 3.6
python-ldap version: 3.1.0
The text was updated successfully, but these errors were encountered: