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
While currently using the Symfony LDAP component to retrieve users from my LDAP directory, I've encountered an issue. The extra_fields property of this component allows fetching additional fields in the LDAP user object.
However, in practice, when retrieving a user from LDAP, I often don't have control over the names of the fields defined in LDAP. For example, the field employeeID might be used, but I would like to be able to rename it locally to something like matricule.
Therefore, I suggest introducing a feature that allows configuring the names of these additional fields when retrieving users from LDAP.
Description
While currently using the Symfony LDAP component to retrieve users from my LDAP directory, I've encountered an issue. The extra_fields property of this component allows fetching additional fields in the LDAP user object.
However, in practice, when retrieving a user from LDAP, I often don't have control over the names of the fields defined in LDAP. For example, the field employeeID might be used, but I would like to be able to rename it locally to something like matricule.
Therefore, I suggest introducing a feature that allows configuring the names of these additional fields when retrieving users from LDAP.
Example
I can make a PR if this is found useful.
The text was updated successfully, but these errors were encountered: