Commit c0fb7944 authored by Jeff Burke's avatar Jeff Burke
Browse files

t71441: added the inetUser objectClass to new groups.

parent fe091a08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))