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.
I could verify that problem, although it has nothing to do with LDAP.
The problem occurs for every user, no matter how the account was created.
Clicking on the "Update role" button in the Graylog web interface (System / Authentication / Users / Edit User) will send an empty user to the Graylog REST API. The other way round, clicking on the "Update user" button, is also broken and sends an empty roles list to the Graylog REST API.
Previously, updating the user data sent a null roles field and updating
a role sent only the list of roles.
Remove now unused UsersStore#updateRoles().
Fixes#3918
Previously, updating the user data sent a null roles field and updating
a role sent only the list of roles.
Remove now unused UsersStore#updateRoles().
Fixes#3918
Expected Behavior
Adding roles to ldap auth users should not change the timezone of the users.
Current Behavior
When adding roles to Users that are authenticated via LDAP the timezone for this user is set to UTC.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: