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

Matthew Swift
07.25.2012 d542c7686b850b6660d67ec1dfc4ce2f4fbf3764
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/RootDSE.java
@@ -116,7 +116,7 @@
            .create(CoreSchema.getVendorNameAttributeType());
    private static final SearchRequest SEARCH_REQUEST = Requests.newSearchRequest(DN.rootDN(),
            SearchScope.BASE_OBJECT, Filter.getObjectClassPresentFilter(), ATTR_ALT_SERVER
            SearchScope.BASE_OBJECT, Filter.objectClassPresent(), ATTR_ALT_SERVER
                    .toString(), ATTR_NAMING_CONTEXTS.toString(),
            ATTR_SUPPORTED_CONTROL.toString(), ATTR_SUPPORTED_EXTENSION.toString(),
            ATTR_SUPPORTED_FEATURE.toString(), ATTR_SUPPORTED_LDAP_VERSION.toString(),