You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate LDAP query return attributes from mapping to internal attributes
The config option search_return_attributes for the LDAP attribute store
conflated what attribute values to return from the LDAP query with how
those values should be mapped to internal attributes. This commit
separates the functionality by introducing two new config options,
query_return_attributes and ldap_to_internal_map. The
search_return_attributes option is still supported for backwards
compatibility.
0 commit comments