Skip to content

Releases: hashicorp/vault-plugin-secrets-openldap

v0.13.0

20 May 18:22
088c509
Compare
Choose a tag to compare
Prepare for v0.13.0 release (#107)

v0.5.1

08 Jul 16:38
5acdd34
Compare
Choose a tag to compare

Bugs:

  • Add schema config to rotate-root #24

Add support for dynamic roles

24 Feb 22:37
6449f92
Compare
Choose a tag to compare

Adds support for dynamic roles in OpenLDAP compatible systems: #21

v0.1.3

02 Jun 17:36
a16c8fe
Compare
Choose a tag to compare
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.