ocis icon indicating copy to clipboard operation
ocis copied to clipboard

fix(graph): Don't use hardcoded groupOfNames in group creation

Open 3l0w opened this issue 5 months ago • 4 comments

Description

Use OCIS_LDAP_GROUP_OBJECTCLASS when creating a group

Related Issue

  • Fixes #11775

Motivation and Context

In my homelab setup we use groupOfUniqueNames instead of groupOfNames

How Has This Been Tested?

  • Tested in the homelab setup with an external openldap server, example of the setup can be found in the linked issue
  • Created a group using the web ui, checked if the group has the correct attributes in the openldap

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Technical debt
  • [ ] Tests only (no source changes)

Checklist:

  • [x] Code changes
  • [ ] Unit tests added
  • [ ] Acceptance tests added
  • [ ] Documentation ticket raised:

3l0w avatar Nov 02 '25 14:11 3l0w