Assigning a role to a user

To assign a role to a specific user, execute the following command:

kesl-control [-U] --grant-role <role> <user>

Example:

To assign the audit role to the user test15:

kesl-control --grant-role audit test15

Page top