assertFalse( connection.isAuthenticated() );
AuthenticationInterceptor authInterceptor = ( AuthenticationInterceptor ) ldapServer.getDirectoryService()
.getInterceptor( InterceptorEnum.AUTHENTICATION_INTERCEPTOR.getName() );
authInterceptor.destroy();
authInterceptor.setAuthenticators( new Authenticator[]
{ new StrongAuthenticator() } );
try
{