Skip to content
Snippets Groups Projects
Commit c0fb7944 authored by Jeff Burke's avatar Jeff Burke
Browse files

t71441: added the inetUser objectClass to new groups.

parent fe091a08
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ public class LdapGroupDAO<T extends Principal> extends LdapDAO
new Attribute("owner", ownerDN.toNormalizedString());
attributes.add(ownerAttribute);
attributes.add(new Attribute("objectClass", "groupofuniquenames"));
attributes.add(new Attribute("objectClass", "inetUser"));
attributes.add(new Attribute("cn", groupID));
if (StringUtil.hasText(description))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment