PKI Server Subsystem Database Access CLI - dogtagpki/pki GitHub Wiki

Overview

The pki-server <subsystem>-db-access commands can be used to manage the access to PKI databases.

Granting Database Access

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.

Revoking Database Access

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.

⚠️ **GitHub.com Fallback** ⚠️