[SOLVED] Re: sun LDAP provider fails when searching for cn=/something
Posted By:
Sylvain_PEREIRA
Posted On:
Thursday, November 21, 2002 02:13 AM
The problem was that Names containing '/' are encapsulated
by Sun Jndi Ldap Provider (SJLP) with ' " '.
So when asking SJLP to parse the name, we MUST get the
parser with the encapsulated value. BUT when applying
the parse method, man MUST remove the ' " ' caracters
or an parsing exception is raised.
May be somebody will have the same problem.
Sylvain.