I had setup the vault in the cluster, and I could login through my root token. Now I’m trying to setup LDAP authentication. I had followed the below document exactly but had this error.
Document: LDAP - Auth Methods | Vault | HashiCorp Developer
Error:
Error authenticating: Error making API request.
Code: 400. Errors:
- ldap operation failed: failed to bind as user
Hey, I have the same issue. I tried 2 different LDAP:
- Success only after I add manualy in UI BindPass in ldap configuration.
- Failed with the same error (400), but this ldap works with other applications. This is ldap_mock container.
I work with hashicorp docker and run it with ldap in the same docker-compose.yml at the same network. I do get a ping but can’t authenticate.
Any thoughts?
Thanks