From 7df1b64a3d02c23fd87cfc68e981cdda002c5f59 Mon Sep 17 00:00:00 2001 From: owenzorrin <86668876+owenzorrin@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:06:20 -0800 Subject: [PATCH] Update ldap.mdx (#24338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- website/content/api-docs/auth/ldap.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/api-docs/auth/ldap.mdx b/website/content/api-docs/auth/ldap.mdx index c0ee481744..eec8772318 100644 --- a/website/content/api-docs/auth/ldap.mdx +++ b/website/content/api-docs/auth/ldap.mdx @@ -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 maximum result size limit. Otherwise, the LDAP backend will not use the 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'