Still not having luck , even if I remove the default authenticator

  List<Interceptor> interceptors = directoryService.getInterceptors();
        Iterator<Interceptor> iter = interceptors.iterator();
        while (iter.hasNext()) {
             Interceptor next = iter.next();
             
             if (next instanceof
org.apache.directory.server.core.authn.AuthenticationInterceptor)
             {
                 
                 interceptors.remove(next);
                 break;
             }
      
        }

But my bind in my partition still does not get called . Any help will be
appreciated

Jacques Oosthuizen
Conor Information Technologies
Director
mobile :  0827699138
web : http://www.conor.co.za
mail : [email protected]





Reply via email to