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

Matthew Swift
18.48.2013 c9c4e0c02d4e454d44110487f89992e03f066e18
Fix OPENDJ-1180: "Connection Error" when trying to connect to a Tivoli Directory Server instance

* revert back to previous "(objectClass=*)" search filter to avoid interop issues.
1 files modified
2 ■■■ changed files
opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/HeartBeatConnectionFactory.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/HeartBeatConnectionFactory.java
@@ -1076,7 +1076,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