mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
In #34510 we fixed the underlying bug in the ldap integration, which would cause users to end up with their system group memberships not matching their .role value. However, users who may already be in that state still need to be fixed through a migration. We implement that here. There are two things we fix here: 1. Group memberships. The user should have a direct group membership for the specific system group implied by their .role. 2. We want to also add the missing RealmAuditLog entry.