opendj-server-legacy/src/main/java/org/opends/server/config/ConfigEntry.java
@@ -195,7 +195,7 @@ */ public ConfigAttribute getConfigAttribute(ConfigAttribute stub) throws ConfigException { AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(stub.getName()); AttributeType attrType = DirectoryServer.getAttributeType(stub.getName()); List<Attribute> attrList = entry.getAttribute(attrType); return !attrList.isEmpty() ? stub.getConfigAttribute(attrList) : null; }