I am using LDAP JDK 4.1 when I call following method:
LDAPSearchResults res = ldapConnRead.search (basedn, LDAPConnection.SCOPE_SUB, filter, null, false, cons);
nothing is returned in Search (if I do the search from command line with same filter it does return entries, so I know entries matching search filter are in there) No exception is thrown just following line is displayed:
LDAPConnection.checkSearchMsg: ignoring bad referral
Any help, suggestions?
Thanks.
Mandar
