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
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
Hi , i have tried to add this
` attributes: # Specify ldap attributes mapping [ldap attribute, user object method]
- { ldap_attr: uid, user_method: setUsername } # Default
As far as I found out in source code, the attribute mapping / hydration will only by done if the user does not yet exist in the database. Take a look at LdapManager.php lines 48.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I want to know if it's possible to sync mail address form ldap when the user is clicked on login button ?
Thanks
The text was updated successfully, but these errors were encountered: