mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-06 22:57:02 +02:00
* Adds an option to enable sAMAccountname logins when upndomain is set * Adds an option to enable sAMAccountname logins when upndomain is set * Updated changelog entry * Update 29118.txt * Updated cap/ldap version due to needed dependency * Updated cap/ldap version due to needed dependency * Restart CI * Updated LDAP api-docs and docs describing the enable_samaccountname_login option * Added missing comma in config_test.go * Update enables_samaccountname Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update enable_samaccountname_login feature documentation Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> |
||
---|---|---|
.. | ||
database | ||
framework | ||
helper | ||
logical | ||
physical | ||
plugin | ||
queue | ||
rotation | ||
.copywrite.hcl | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
Vault SDK libs
This package provides the sdk
package which contains code useful for
developing Vault plugins.
Although we try not to break functionality, we reserve the right to reorganize
the code at will and may occasionally cause breaks if they are warranted. As
such we expect the tag of this module will stay less than v1.0.0
.
For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.