open-vault/builtin/credential/ldap
John-Michael Faircloth 678556f3df
plugin/secrets/auth: enable multiplexing (#19215)
* plugin/auth: enable multiplexing

- the plugin will be multiplexed when run as an external plugin
  by vault versions that support secrets/auth plugin multiplexing (> 1.12)
- we continue to set the TLSProviderFunc to maintain backwards
  compatibility with vault versions that don't support AutoMTLS (< 1.12)

* enable multiplexing for secrets engines

* add changelog

* revert call to ServeMultiplex for pki and transit

* Revert "revert call to ServeMultiplex for pki and transit"

This reverts commit 755be28d14b4c4c4d884d3cf4d2ec003dda579b9.
2023-02-16 22:25:15 +00:00
..
cmd/ldap plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go Return errInvalidCredentials when wrong credentials is provided for existent users (#17104) 2022-09-27 16:49:14 -07:00
backend_test.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
cli.go deprecating Legacy MFA (#14869) 2022-04-19 21:19:34 -04:00
path_config.go auth/ldap: add resp warning if userfilter doesn't consider userattr (#14095) 2022-02-17 17:19:44 -08:00
path_groups.go Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
path_login.go Fix handling of username_as_alias during LDAP authentication (#15525) 2022-05-20 14:17:26 -07:00
path_users.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00