-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server Subsystem User Role CLI
Endi S. Dewata edited this page Apr 28, 2023
·
3 revisions
The pki-server <subsystem>-user-role
provides a way to manage user roles in subsystem database when PKI server is offline.
The roles are needed to authorize the user to perform certain operations.
These commands can only be executed by the system administrator.
To list subsystem user roles, specify the user ID:
$ pki-server <subsystem>-user-role-find <user ID>
Availability: Since PKI 11.5
To add a subsystem user role, specify the user ID and the role ID:
$ pki-server <subsystem>-user-role-add <user ID> <role ID>
Availability: Since PKI 11.5
To remove a subsystem user role, specify the user ID and the role ID:
$ pki-server <subsystem>-user-cert-del <user ID> <role ID>
Availability: Since PKI 11.5
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |