-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server Subsystem Database Access CLI
Endi S. Dewata edited this page Nov 5, 2021
·
7 revisions
The pki-server <subsystem>-db-access
commands can be used to manage the access to PKI databases.
To grant database access to a user:
$ pki-server ca-db-access-grant uid=pkidbuser,ou=people,dc=ca,dc=pki,dc=example,dc=com
This command will execute the LDAP operations specified in /usr/share/pki/server/conf/db-access-grant.ldif.
Availability: Since PKI 11.1.
To revoke database access from a user:
$ pki-server ca-db-access-revoke uid=pkidbuser,ou=people,dc=ca,dc=pki,dc=example,dc=com
This command will execute the LDAP operations specified in /usr/share/pki/server/conf/db-access-revoke.ldif.
Availability: Since PKI 11.1.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |