*/
@Test
public void testPsearchMove() throws Exception
{
LdapNetworkConnection connection = new LdapNetworkConnection( "localhost", ldapServer.getPort() );
connection.bind( "uid=admin,ou=system", "secret" );
Entry newOu = new DefaultEntry( "uid=persist, ou=users,ou=system" );
newOu.add( "objectClass", "inetOrgPerson" );
newOu.add( "cn", "persist_cn" );
newOu.add( "sn", "persist_sn" );