opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/IdentityAttributeMapper.java
@@ -65,7 +65,7 @@ return includedAttributes.values(); } else { // All user attributes. return Collections.emptySet(); return Collections.singleton("*"); } } @@ -88,6 +88,7 @@ result.put(name, Utils.attributeToJson(a)); } } h.handleResult(result); } private boolean isIncludedAttribute(String name) {