docs (auth/ldap): add new fields maximum_page_size, dereference_aliases (#3700)

Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com>
pull/3705/head
Jim 3 years ago committed by GitHub
parent ff34cb629e
commit dbda7e3e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save