mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
22.28.2012 b362d9da285a8dc1b86db29b945feb3bc245b03b
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) {