-
Bug
-
Resolution: Unresolved
-
Minor
-
RHEL, Tomcat 6, JDK 7, Version LTS 1.466.2
Windows AD allow to create group/DN with "slash" char.
If you add a DN base (user search) and the bind is done after searching the user, the exception attached is generated.
During a searching to troubleshooting I´ve found that in this cases with slash is necessary add another slash or change to a backslash.
I´m downloading the source code of plugin to make a test with this suggested solution.
As described in http://www.faqs.org/rfcs/rfc2253.html the slash is not a standard LDAP naming character and as in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4307193 we can use "
" before a special character to escape it.