Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 70758 invoked from network); 28 Nov 2009 17:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Nov 2009 17:25:17 -0000 Received: (qmail 73819 invoked by uid 500); 28 Nov 2009 17:25:17 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 73773 invoked by uid 500); 28 Nov 2009 17:25:16 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 73763 invoked by uid 99); 28 Nov 2009 17:25:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2009 17:25:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.85.219.217] (HELO mail-ew0-f217.google.com) (209.85.219.217) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2009 17:25:05 +0000 Received: by ewy9 with SMTP id 9so361198ewy.11 for ; Sat, 28 Nov 2009 09:24:44 -0800 (PST) Received: by 10.213.37.76 with SMTP id w12mr201190ebd.84.1259429084040; Sat, 28 Nov 2009 09:24:44 -0800 (PST) Received: from ?41.19.77.202? (vc-41-19-77-202.umts.vodacom.co.za [41.19.77.202]) by mx.google.com with ESMTPS id 23sm3971035eya.43.2009.11.28.09.24.38 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Nov 2009 09:24:40 -0800 (PST) User-Agent: Microsoft-Entourage/12.23.0.091001 Date: Sat, 28 Nov 2009 19:24:32 +0200 Subject: Re: PARITION AGAIN From: Jacques Oosthuizen To: Message-ID: Thread-Topic: PARITION AGAIN Thread-Index: AcpwT6XOUYJTf6sW0Uuhm4gDVmnN9Q== In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I still have tried to remove the interceptor like =20 directoryService.getInterceptorChain().remove("org.apache.directory.server.= c ore.authn.AuthenticationInterceptor"); I have also tried removing from actual list but if I print the list the interceptor is still there. On 2009/11/27 11:35 PM, "Ersin ER" wrote: > You need to call getInterceptorChain() if you really want to work on the > chain. getInterceptors() just returns a clone of it. And removing the > default Authn interceptor should really help, because it obviously preven= ts > the bind call being forwarded in the chain. (I just checked the code.) >=20 > HTH, >=20 > On Fri, Nov 27, 2009 at 15:12, Jacques Oosthuizen w= rote: >=20 >> Still not having luck , even if I remove the default authenticator >>=20 >> List interceptors =3D directoryService.getInterceptors(); >> Iterator iter =3D interceptors.iterator(); >> while (iter.hasNext()) { >> Interceptor next =3D iter.next(); >>=20 >> if (next instanceof >> org.apache.directory.server.core.authn.AuthenticationInterceptor) >> { >>=20 >> interceptors.remove(next); >> break; >> } >>=20 >> } >>=20 >> But my bind in my partition still does not get called . Any help will be >> appreciated >>=20 >> Jacques Oosthuizen >> Conor Information Technologies >> Director >> mobile : 0827699138 >> web : http://www.conor.co.za >> mail : jacqueso@conor.co.za >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >=20 Jacques Oosthuizen Conor Information Technologies Director mobile : =A00827699138 web : http://www.conor.co.za mail :=A0jacqueso@conor.co.za