-
Notifications
You must be signed in to change notification settings - Fork 363
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
Program exiting with a panic when trying to do a simplebind with controls. #156
Comments
How to solve this problem? |
No solution yet. |
which version are you running?
|
I was using the latest v2.5.1 |
ok... this may happen when the server sends a mis-encoded control: |
Can you check if this works for you |
please check #166 |
Hey Vetinari the solutions above will solve the problem of the program exiting but it won't address the issue of me not getting the cotrols back. I have tried those changes myself before and it works. I will try the fix 166 and update you on my results. |
yet,can not getting the cotrols back. |
Closing as release v3.2.3 should address |
I wrote a test program to check the password controls feature for my LDAP directory but it is failing when I am trying to run the code.
Some more info on this bug:
This happens only when the authentication is successful and when I am expecting to get some info on the pasword policy.
The same setup works when I use python library. It gives proper info but with this library I always end up with a panic.
If someone who understands the issue can point me in the right direction that would be more than enough.
My code:
Error that I am seeing:
Any info on this would be helpful.
Thanks.
The text was updated successfully, but these errors were encountered: