Files
ocis/changelog/unreleased/fix-dont-use-hardcoded-groupOfNames-in-group-creation.md
kobergj 799ebe421f docs: update changelog item
Co-authored-by: Martin <github@diemattels.at>
2026-03-03 09:46:55 +01:00

318 B

Bugfix: Don't use hardcoded groupOfNames in group creation

Formerly, when creating a group with a different objectClass, it will always use groupOfNames instead of the one provided in the config. Now, the server creates groups using the objectClass defined in the config.

https://github.com/owncloud/ocis/pull/11776