edd5b69376
* [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
6 lines
104 B
Modula-2
6 lines
104 B
Modula-2
module github.com/hashicorp/vault/api/auth/ldap
|
|
|
|
go 1.16
|
|
|
|
require github.com/hashicorp/vault/api v1.3.1
|