opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java
@@ -195,7 +195,7 @@ throw new DirectoryException(ResultCode.OBJECTCLASS_VIOLATION, message); } List<Attribute> memberAttrList = groupEntry.getAttribute(someMemberAttributeType); List<Attribute> memberAttrList = groupEntry.getAllAttributes(someMemberAttributeType); int membersCount = 0; for (Attribute a : memberAttrList) {