Add custom_return_attributes to LDAP documentation (#5810)

* Add custom_return_attributes to LDAP documentation

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Address code review comments

Signed-off-by: Craig Perkins <cwperx@amazon.com>

---------

Signed-off-by: Craig Perkins <cwperx@amazon.com>
This commit is contained in:
Craig Perkins 2023-12-08 16:13:24 -05:00 committed by GitHub
parent cc38e1fcff
commit a86d499225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ Name | Description
`rolesearch_enabled` | Boolean. Enable or disable the role search. Default is `true`. `rolesearch_enabled` | Boolean. Enable or disable the role search. Default is `true`.
`custom_attr_allowlist` | 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. `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.
`custom_return_attributes` | String array. Specifies which attributes to request from the LDAP server.
### Complete authorization example ### Complete authorization example