Skip to content
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

Groups converted to lowercase #2612

Closed
gobins opened this issue Apr 19, 2017 · 0 comments
Closed

Groups converted to lowercase #2612

gobins opened this issue Apr 19, 2017 · 0 comments

Comments

@gobins
Copy link
Contributor

gobins commented Apr 19, 2017

Vault Version: 0.7.0

When writing group config to an ldap user, the group name gets converted into lower case.

vault write auth/ldap/users/john groups=TEST
Success! Data written to: auth/ldap/users/john

vault read auth/ldap/users/john

Key Value


groups test

In the output for vault read, the group name has been converted to lowercase. This is causing issues because there are no groups with the name 'test'.

This issue could have been introduced in 0.6.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant