logger.logInfo("Starting ApacheDS server");
service = new DefaultDirectoryService();
final List<Interceptor> list = new ArrayList<Interceptor>();
list.add(new NormalizationInterceptor());
list.add(new AuthenticationInterceptor());
list.add(new ReferralInterceptor());
list.add(new ExceptionInterceptor());
list.add(new OperationalAttributeInterceptor());
list.add(new SubentryInterceptor());
final JdbmPartition partition = new JdbmPartition();
partition.setId("rootPartition");