Skip to content

Commit

Permalink
Edit LDAP documentation for custom_attr_allowlist (opensearch-project…
Browse files Browse the repository at this point in the history
…#1643)

* fix#1584-custom_attr_allowlist

Signed-off-by: cwillum <[email protected]>

* fix#1584-custom_attr_allowlist2

Signed-off-by: cwillum <[email protected]>

Signed-off-by: cwillum <[email protected]>
  • Loading branch information
cwillum authored Oct 24, 2022
1 parent 55e4970 commit df7f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _security-plugin/configuration/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit df7f052

Please sign in to comment.