Le 09/12/15 11:32, M. P. a écrit :
> Le 2015-12-08 16:22, Emmanuel Lécharny a écrit :
>>
>>> When searching for an explanation, I saw that there are interceptors
>>> in apacheDS and as a supposition, maybe playing with them allows
>>> apacheDS to accept these bindings.
>> That's a possibility. Have they added an interceptor, or a specific
>> authenticator ? Adding an authenticator that accepts such broken
>> passwords is a solution that would work.
>
> I don't know. The team currently working on these apps don't know too.
> The guys that worked on that are not there any more. I have to check
> that later.

Check for any classes implementing the Authenticator interface. Here are
the existing ones (in 2.0.0) :

Authenticator
  AbstractAuthenticator
    AnonymousAuthenticator
    DelegatingAuthenticator
    DummyAuthenticator
    SimpleAuthenticator
    StrongAuthenticator

If there is some other, then that means they have added a specific
authenticator.

Same for Interceptors.


Reply via email to