mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-22 11:11:26 +01:00
* Update parameter names to match URL placeholders * Fix incorrect parameter quoting Without the separated quoting, the entire `ec2_alias (string: "role_id")` string becomes an anchor link. * Fix default value for userattr vault/sdk/helper/ldaputil/config.go shows userattr has a default value of "cn" * Fix default value for url Documentation says it's required, but vault/sdk/helper/ldaputil/config.go shows that url has a default value. * Fix default value for url Documentation says it's required, but vault/sdk/helper/ldaputil/config.go shows that url has a default value.