Zoltán Rátkai created HIVE-28540:
------------------------------------
Summary: Special characters in user DN should be escaped when
querying LDAP
Key: HIVE-28540
URL: https://issues.apache.org/jira/browse/HIVE-28540
Project: Hive
Issue Type: Improvement
Security Level: Public (Viewable by anyone)
Reporter: Zoltán Rátkai
Assignee: Zoltán Rátkai
When user name has a comma in it, and it is not escaped properly by Hive when
querying LDAP, the query failes.
For example if the given user DN is "user , name", the correct escaped LDAP
query should contain: "user r\5c, name".
More details here:
https://datatracker.ietf.org/doc/html/rfc4515
--
This message was sent by Atlassian Jira
(v8.20.10#820010)