sneethiraj opened a new pull request, #903:
URL: https://github.com/apache/ranger/pull/903
## What changes were proposed in this pull request?
* Added username and groupname validation based on regEx
* Configuration - userName validation enabled [true/false]
* Configuration - groupName validation enabled [true/false]
* Configuration - RegEx for the username validation [default:
"^[a-z_][a-z0-9_-]{0,31}$" ]
* Configuration - RegEx for the groupname validation [default:
"^[a-z][a-z0-9-]{0,30}$" ]
## How was this patch tested?
Tested locally on Mac
--
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]