@ -24,7 +24,7 @@ This results in users still being present in the group despite being removed in
To aid in the discovery of these users, you can use the following rake task to print synchronized groups that have members originating not from LDAP:
- Packaged installation: `sudo openproject run bundle exec rake ldap_groups:print_unsynced_members`
- Docker-based installation: `docker exec -it <web container ID> bash -c "openproject run bundle exec rake ldap_groups:print_unsynced_members"`
- Docker-based installation: `docker exec -it <web container ID> bash -c "bundle exec rake ldap_groups:print_unsynced_members"`
Please note that these affected users are not automatically removed in this patch release, due to the system not knowing if are expected to be members.