-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server Subsystem Database VLV CLI
Endi S. Dewata edited this page Nov 9, 2021
·
3 revisions
The pki-server <subsystem>-db-vlv
can be used to manage subsystem’s database VLV indexes.
Due to OpenLDAP changes in Fedora 29 Python is no longer able to use NSS database to establish an SSL LDAP connection, so some of these commands might not work on some platforms.
To list VLV indexes in the database:
$ pki-server <subsystem>-db-vlv-find
To import VLV indexes into the database:
$ pki-server <subsystem>-db-vlv-add
It will import VLV indexes from these files:
To rebuild VLV indexes in the database:
$ pki-server <subsystem>-db-vlv-reindex
It will start VLV indexing task defined in these files:
To remove VLV indexes from the database:
$ pki-server <subsystem>-db-vlv-del
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |