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

Matthew Swift
22.32.2012 19360e5ccbe0fe63c2fa560961bbe6c09aa9fd7f
opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Example.java
@@ -134,7 +134,7 @@
        Map<String, Object> props = new HashMap<String, Object>();
        props.put(PATH_PROPERTY, "");
        AttributeMapper mapper = new IdentityAttributeMapper();
        AttributeMapper mapper = new IdentityAttributeMapper().excludeAttribute("entryUUID", "etag");
        ConnectionFactory factory =
                Connections.newAuthenticatedConnectionFactory(new LDAPConnectionFactory(
                        "localhost", 1389), Requests.newSimpleBindRequest("cn=directory manager",