-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
auth/ldapbugUsed to indicate a potential bugUsed to indicate a potential bugreproducedThis issue has been reproduced by a Vault engineerThis issue has been reproduced by a Vault engineer
Description
Describe the bug
A clear and concise description of what the bug is.
After upgrading Vault to v1.16.0 from v1.15.1 we are seeing an error when signing in through the ldap auth method stating, Authentication failed: missing entity alias attribute value. I am using active directory.
To Reproduce
Steps to reproduce the behavior:
- Enable ldap auth method with config similar to:
url="<REDACTED>" \
userattr="sAMAccountName" \
userdn="<REDACTED>" \
binddn="<REDACTED>" \
bindpass="<REDACTED>" \
groupdn="<REDACTED>" \
certificate=@ldap_cert.pem \
insecure_tls=true \
case_sensitive_names=false \
starttls=true
- Attempt to sign in to Vault with ldap auth method.
Expected behavior
Expected behavior is for ldap auth method behavior to remain the same between v1.15.1 and v1.16.0 with no changes to ldap auth method configuration.
Environment:
- Vault Server Version (retrieve with
vault status): 1.16.0 - Vault CLI Version (retrieve with
vault version): N/A - Server Operating System/Architecture: Ubuntu
Vault server configuration file(s):
url="<REDACTED>" \
userattr="sAMAccountName" \
userdn="<REDACTED>" \
binddn="<REDACTED>" \
bindpass="<REDACTED>" \
groupdn="<REDACTED>" \
certificate=@ldap_cert.pem \
insecure_tls=true \
case_sensitive_names=false \
starttls=true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
auth/ldapbugUsed to indicate a potential bugUsed to indicate a potential bugreproducedThis issue has been reproduced by a Vault engineerThis issue has been reproduced by a Vault engineer
