From dbda7e3e7aac9193c4e002c5166bb9dcad89f810 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 11 Sep 2023 16:01:14 -0400 Subject: [PATCH] docs (auth/ldap): add new fields maximum_page_size, dereference_aliases (#3700) Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> --- .../content/docs/concepts/domain-model/auth-methods.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/docs/concepts/domain-model/auth-methods.mdx b/website/content/docs/concepts/domain-model/auth-methods.mdx index 1cc2464f6e..d7c4850c45 100644 --- a/website/content/docs/concepts/domain-model/auth-methods.mdx +++ b/website/content/docs/concepts/domain-model/auth-methods.mdx @@ -176,6 +176,13 @@ The ldap auth method has the following additional attributes: the value equals the `to_attribute`. For example, `preferredName=fullName`. All attribute names are case insensitive. + - `maximum_page_size` - (optional) If set, it specifies a maximum ldap search + result size to use when retrieving the authenticated user's group + memberships. You can use this setting to avoid reaching the LDAP server's max result + size. + + - `dereference_aliases` - (optional) If set, it will control how aliases are + dereferenced when you search. ## Referenced by