/**
* @throws IOException if we cannot bind to the specified ports
*/
public void start() throws IOException
{
RecordStore store = new JndiRecordStoreImpl( getSearchBaseDn(), getSearchBaseDn(), getDirectoryService() );
if ( ( transports == null ) || ( transports.size() == 0 ) )
{
// Default to UDP with port 53
// We have to create a DatagramAcceptor