Fixed the getUsers() and getPrincipals() methods so that they no longer fail when large result sets are requested. The problem was that the LDAP server was returning a "size limit exceeded" message when the resultset from the query exceeded the default limit of 500 entries. Now we catch the generated exception, preventing the error.
Fixed the getUsers() and getPrincipals() methods so that they no longer
fail when large result sets are requested. The problem was that the
LDAP server was returning a "size limit exceeded" message when the resultset
from the query exceeded the default limit of 500 entries. Now we
catch the generated exception, preventing the error.