Add OpenLDAP Secret Plugin (#8360)

* Add openldap secret plugin

* go mod vendor

* Revert to go-ldap 3.1.3

* go mod vendor
This commit is contained in:
Jason O'Donnell
2020-02-15 13:21:07 -05:00
committed by GitHub
parent 923387fbed
commit 7d550e24da
22 changed files with 2485 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ func TestPredict_Plugins(t *testing.T) {
"oci",
"oidc",
"okta",
"openldap",
"pcf", // Deprecated.
"pki",
"postgresql",