diff --git a/_security/authentication-backends/ldap.md b/_security/authentication-backends/ldap.md index 07f62111..2465288f 100755 --- a/_security/authentication-backends/ldap.md +++ b/_security/authentication-backends/ldap.md @@ -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