int consumerPort = AvailablePortFinder.getNextAvailable( 1024 );
initSchema( dirService );
initSystemPartition( dirService );
ldapServer = new LdapServer();
ldapServer.setTransports( new TcpTransport( consumerPort ) );
ldapServer.setDirectoryService( dirService );
DN suffix = new DN( config.getBaseDn() );
JdbmPartition partition = new JdbmPartition();