Skip to content

Commit

Permalink
[API] Add LDAP auth method (#13841)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
RickyGrassmuck authored and fairclothjm committed Feb 12, 2022
1 parent fa68cbd commit 80f0e72
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/auth/ldap/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/hashicorp/vault/api/auth/ldap

go 1.16

require github.com/hashicorp/vault/api v1.3.1
Loading

0 comments on commit 80f0e72

Please sign in to comment.