open-vault/changelog/13841.txt
Ricky Grassmuck edd5b69376
[API] Add LDAP auth method (#13841)
* [api] Add LDAP auth method

This commit adds LDAP to the available Vault API auth methods.

* Add changelog entry for PR 13841

* Obtain password for LDAPAuth from File/EnvVar

* Fix name of package in error message
2022-02-04 11:10:51 -08:00

3 lines
105 B
Plaintext

```release-note:improvement
api: Implements Login method in Go client libraries for LDAP auth methods
```