@Test
public void testSearch100kUsers() throws LdapException, CursorException, InterruptedException
{
LdapConnection connection = new LdapNetworkConnection( "localhost", getLdapServer().getPort() );
connection.bind( "uid=admin,ou=system", "secret" );
Entry rootPeople = new DefaultEntry(
"ou=People,dc=example,dc=com",
"objectClass: top",
"objectClass: organizationalUnit",