-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Vault LDAP Auth backend does not work against AWS Simple AD. #3625
Comments
Do you see anything in Vault's logs? You're showing only stdout there; Vault's server logs go to stderr after Vault starts. |
May be related to #3656 |
Gotcha. Marking (even though this came first) as a duplicate of #3656 then! |
Closed
jefferai
added a commit
that referenced
this issue
Dec 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
Vault Version: Vault v0.9.0 ('bdac1854478538052ba5b7ec9a9ec688d35a3335')
Operating System/Architecture:
AWS EC2 Ubuntu 16.04.3 LTS
Vault running as a docker container.
Vault Config File:
sudo docker run --cap-add=IPC_LOCK -d -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:1234' vault
Startup Log Output:
Expected Behavior:
Vault LDAP Auth backend should work against AWS Simple AD.
Openldap clients such as
ldapsearch
work against AWS Simple AD without any issue, so I would expect Vault LDAP backend to work as well.E.g.
Actual Behavior:
Get the error:
LDAP bind (service) failed: unable to read LDAP response packet: unexpected EOF
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: