From df7f0524168240dff2779bf537a2d7d2fd5e379f Mon Sep 17 00:00:00 2001 From: Chris Moore <107723039+cwillum@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:25:07 -0700 Subject: [PATCH] Edit LDAP documentation for custom_attr_allowlist (#1643) * fix#1584-custom_attr_allowlist Signed-off-by: cwillum * fix#1584-custom_attr_allowlist2 Signed-off-by: cwillum Signed-off-by: cwillum --- _security-plugin/configuration/ldap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security-plugin/configuration/ldap.md b/_security-plugin/configuration/ldap.md index 376f3ae5..398e350b 100755 --- a/_security-plugin/configuration/ldap.md +++ b/_security-plugin/configuration/ldap.md @@ -503,7 +503,7 @@ Name | Description `skip_users` | Array of users that should be skipped when retrieving roles. Wildcards and regular expressions are supported. `nested_role_filter` | Array of role DNs that should be filtered before resolving nested roles. Wildcards and regular expressions are supported. `rolesearch_enabled` | Boolean. Enable or disable the role search. Default is `true`. -`custom_attr_whitelist` | String array. Specifies the LDAP attributes that should be made available for variable substitution. +`custom_attr_allowlist` | String array. Specifies the LDAP attributes that should be made available for variable substitution. `custom_attr_maxval_len` | Integer. Specifies the maximum allowed length of each attribute. All attributes longer than this value are discarded. A value of `0` disables custom attributes altogether. Default is 36.