If you switch "is there any more objects left" test from:
while (results != null && results.hasMore())to:
while (results != null && results.hasMoreElements())this problem goes away.
When I have run into strange LDAP error messages I have found the LDAP Status Codes and JNDI Exceptions to be very helpful.
No comments:
Post a Comment