Fix command in release notes

release/12.2
Oliver Günther 2 years ago
parent 47f657135b
commit 2040c55327
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      docs/release-notes/12-2-5/README.md

@ -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.

Loading…
Cancel
Save