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

Matthew Swift
18.53.2013 60f163a111cda22ab8eacae18719e3eb78c88723
Backport fix for OPENDJ-1180: "Connection Error" when trying to connect to a Tivoli Directory Server instance
1 files modified
2 ■■■ changed files
opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/HeartBeatConnectionFactory.java 2 ●●● patch | view | raw | blame | history
opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/HeartBeatConnectionFactory.java
@@ -1084,7 +1084,7 @@
     * results.
     */
    private static final SearchRequest DEFAULT_SEARCH = Requests.newSearchRequest("",
            SearchScope.BASE_OBJECT, "(objectClass=1.1)", "1.1");
            SearchScope.BASE_OBJECT, "(objectClass=*)", "1.1");
    /**
     * This is package private in order to allow unit tests to inject fake time