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

Add schema config to rotate-root #24

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Add schema config to rotate-root #24

merged 1 commit into from
Jul 8, 2021

Conversation

jasonodonnell
Copy link
Contributor

This secret engine supports different flavors of LDAP such as Active Directory and RACF using the schema configuration. This configuration changes the LDAP modify request to change the stored password. For example, Active Directory stores the user password in pwdUnicode, while OpenLDAP uses userPassword.

A bug existed in the rotate-root endpoint where the root password did not consider the configured schema. The result of this bug means the password modification would be applied to the wrong field in Active Directory.

Copy link
Contributor

@austingebauer austingebauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Successfully merging this pull request may close these issues.

3 participants