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 Nov 29, 2022. It is now read-only.
When authenticating the user, it might be possible that the attributes are not found in the attributeMap of DirectMappedPersonAttributeDao when the username contains mixed-case letters, as the netId is used as the key to the map entry.
Workarounds
convert the username to lowercase in UsernamePasswordCredentials
Possible fix:
Change the DirectMappedPersonAttributeDao to always use the netId map key as lowercase.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When authenticating the user, it might be possible that the attributes are not found in the attributeMap of DirectMappedPersonAttributeDao when the username contains mixed-case letters, as the netId is used as the key to the map entry.
Workarounds
Possible fix:
Change the DirectMappedPersonAttributeDao to always use the netId map key as lowercase.
The text was updated successfully, but these errors were encountered: