kumaab opened a new pull request, #210:
URL: https://github.com/apache/ranger/pull/210
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 (/ can be potentially used as a domain separator in
AD groups)
Using a different character like + in the regex works to get something like
RRR+group_name_suffix but not RRR/group_name_suffix.
Testing:
Added unit test for the new feature.
mvn clean package on ugsync module.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]