You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Abhishek Kumar (Jira)" <ji...@apache.org> on 2023/02/04 20:19:00 UTC

[jira] [Created] (RANGER-4071) Support for LDAP/AD usernames and group names with special chars

Abhishek Kumar created RANGER-4071:
--------------------------------------

             Summary: Support for LDAP/AD usernames and group names with special chars
                 Key: RANGER-4071
                 URL: https://issues.apache.org/jira/browse/RANGER-4071
             Project: Ranger
          Issue Type: Improvement
          Components: usersync
            Reporter: Abhishek Kumar
            Assignee: Abhishek Kumar


Ranger usersync regards the forward slash ('/') as a separator character in the regex so it ignores it if you actually want to use it in your groupname. e.g. RRR/group_name_suffix

Using a different character like + in the regex works to get something like RRR+group_name_suffix but not RRR/group_name_suffix. / can be used as a domain separator in AD groups.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)