Re: [ApacheDS] Authenticator selection

2015-04-23 Thread Emmanuel Lécharny
Le 23/04/15 14:54, Emmanuel Lécharny a écrit : > Le 22/04/15 19:08, Emmanuel Lécharny a écrit : >> Le 22/04/15 18:31, Stefan Seelmann a écrit : >>> +1 to your suggestion. >>> >>> And please remove the AuthenticationInterceptorTest I added yesterday, >>> probably it doesn't make too much sense. >> W

Re: [ApacheDS] Authenticator selection

2015-04-23 Thread Emmanuel Lécharny
Le 22/04/15 19:08, Emmanuel Lécharny a écrit : > Le 22/04/15 18:31, Stefan Seelmann a écrit : >> +1 to your suggestion. >> >> And please remove the AuthenticationInterceptorTest I added yesterday, >> probably it doesn't make too much sense. > Will do. Done. It's slightly more complex, as we may h

Re: [ApacheDS] Authenticator selection

2015-04-22 Thread Emmanuel Lécharny
Le 22/04/15 18:31, Stefan Seelmann a écrit : > +1 to your suggestion. > > And please remove the AuthenticationInterceptorTest I added yesterday, > probably it doesn't make too much sense. Will do. Thanks !

Re: [ApacheDS] Authenticator selection

2015-04-22 Thread Stefan Seelmann
+1 to your suggestion. And please remove the AuthenticationInterceptorTest I added yesterday, probably it doesn't make too much sense. Kind Regards, Stefan On 04/22/2015 12:08 PM, Emmanuel Lécharny wrote: > Hi, > > yesterday, we were hit by a bus, and it was expected for a very long > time. Th

Re: [ApacheDS] Authenticator selection

2015-04-22 Thread Kiran Ayyagari
On Wed, Apr 22, 2015 at 6:08 PM, Emmanuel Lécharny wrote: > Hi, > > yesterday, we were hit by a bus, and it was expected for a very long > time. The way we handle authenticators is far from ebing perfect. > > Here is the current code : > > public void bind( BindOperationContext bindContext )

[ApacheDS] Authenticator selection

2015-04-22 Thread Emmanuel Lécharny
Hi, yesterday, we were hit by a bus, and it was expected for a very long time. The way we handle authenticators is far from ebing perfect. Here is the current code : public void bind( BindOperationContext bindContext ) throws LdapException { ... for ( Authenticator au