Le 31/07/2013 20:46, Quanah Gibson-Mount a écrit :
--On Wednesday, July 31, 2013 8:26 PM +0200 Michael Ströder michael@stroeder.com wrote:
Philippe MARASSE wrote:
Le 31/07/2013 09:48, Michael Ströder a écrit :
I vaguely remember JNDI using the ManageDSAIT control by default.
It seems to be true... I've watched modify queries done by jxplorer : all of these have ManageDSAIT control enabled. After a little googling, it seems that
the ManageDSAIT control is related to how JNDI is told to handle referrals. with Ldap browser, another java tool, ManageDSAIT is not enabled by default.
Well, it seems JNDI is not really capable of handling referrals / search continuations. And using this control is JNDI's work-around to suppress them.
JNDI should just be avoided.
So I should use ldaptive with another provider instead of Spring LDAP (which relies on JNDI if I'm not mistaken) ?
Rgds.