PKI Server Subsystem Database Access CLI - dogtagpki/pki GitHub Wiki
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.