Add custom_return_attributes to LDAP documentation (#5810)

* Add custom_return_attributes to LDAP documentation

Signed-off-by: Craig Perkins <[email protected]>

* Address code review comments

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
This commit is contained in:
Craig Perkins
2023-12-08 15:13:24 -06:00
committed by GitHub
parent cc38e1fcff
commit a86d499225
@@ -513,6 +513,7 @@ Name | Description
`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_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