Releases: hashicorp/vault-plugin-secrets-openldap
Releases · hashicorp/vault-plugin-secrets-openldap
Add support for dynamic roles
Adds support for dynamic roles in OpenLDAP compatible systems: #21
v0.1.3
Add password policy support (#12) * Allows users to specify a password policy to generate passwords from rather than hard coded to base62 * If no policy is specified, it defaults back to base62 * The PasswordLength field has been deprecated. If both the length and a policy are specified, the configuration will error on save.