From a86d49922547e655bb35a25dfb7dc94bcdabbbc9 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 8 Dec 2023 16:13:24 -0500 Subject: [PATCH] Add custom_return_attributes to LDAP documentation (#5810) * Add custom_return_attributes to LDAP documentation Signed-off-by: Craig Perkins * Address code review comments Signed-off-by: Craig Perkins --------- Signed-off-by: Craig Perkins --- _security/authentication-backends/ldap.md | 1 + 1 file changed, 1 insertion(+) 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