Update ldap.mdx (#24338)

add missing use_token_groups parameter

* use_token_groups - (Optional) Use the Active Directory tokenGroups constructed attribute of the user to find the group memberships
https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/ldap_auth_backend#use_token_groups
This commit is contained in:
owenzorrin
2023-12-13 15:06:20 -08:00
committed by GitHub
parent 67ad37cc50
commit 7df1b64a3d

View File

@@ -103,6 +103,8 @@ This endpoint configures the LDAP auth method.
up to the given size. This can be used to avoid hitting the LDAP server's up to the given size. This can be used to avoid hitting the LDAP server's
maximum result size limit. Otherwise, the LDAP backend will not use the maximum result size limit. Otherwise, the LDAP backend will not use the
paged search control. paged search control.
- `use_token_groups` `(bool: true)` - (Optional) Use the Active Directory tokenGroups
constructed attribute of the user to find the group memberships.
@include 'tokenfields.mdx' @include 'tokenfields.mdx'