You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2021/06/12 07:38:55 UTC

[Bug 65373] LDAP authentication failing for some characters in 8.5.66 but works in 8.5.65

https://bz.apache.org/bugzilla/show_bug.cgi?id=65373

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Newer Tomcat versions will escape the attribute values (that is the user name).
A backslash '\' and a plus '+' will be encoded as '\22' and '\2B' respectively.

Is the user name really 'Testing\+username' or is this already hand escaped and
the users name in LDAP would be 'Testing+username'?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org