Gustavo Castelo - 2016-03-04

Hi,

I'm trying MyVD for the first time and can't seem to find a way to have a custom bind insert being called after the LDAPInterceptor.

Looking at the source code of LDAPInterceptor.java it doesn't seem to call the nextBind in the chain, in the bind method. Is this by design?
Would it be possible to extend LDAPInterceptor to have it call the nextBind in the chain?

My custom connector really needs to be called after the LDAP bind, so I can't put it on the top of the chain.

Thank you,
Gustavo