Could not bind to LDAP: Can't contact LDAP server #13663
Replies: 1 comment
-
Not sure what happened. But restarting apache2 a bunch of times fixed the issue. For now at least. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pretty straight forward. Trying to setup LDAP and can't get past this error. The issue is that the host can 100% reach the ldap server.
I have a LDAP client-side TLS key and certificate loaded in, using ldaps://, not checking "Use TLS" everything else is correct. I have the same exact settings in another application that is syncing with ldap perfectly fine (also on the same network as snipeit).
I can confirm the host can reach the ldap server:
Enabling debug doesn't really do anything. It just regurgitates it can't connect.
Edit: To add on, I installed tshark to see if snipe it was even sending anything or if it was receiving anything. It is. I can see the hello and the exchange happening but that's it. I can't see inside the packets due to the encryption. I'm not able to enable unencrypted ldap because I do not have control of the server.
Beta Was this translation helpful? Give feedback.
All reactions