#2862 Create a mechanism to select the default NSS DB type
Closed: fixed 6 years ago Opened 6 years ago by mharmsen.

NSS has long supported two database types: dbm & sql

Until recently, the default value was always "dbm"; however, with the upcoming release of Fedora 28 (rawhide), the NSS default has been changed to "sql".

Unfortunately, Dogtag does not yet support the NSS "sql" db type, and always expects the "default" NSS db type to be "dbm".

While another ticket exists to make Dogtag work with the "sql" database type, this ticket requests the invention of some sort of mechanism which allows one to select the "default" so that Dogtag will continue to work on Fedora 28 (rawhide).


Metadata Update from @mharmsen:
- Issue assigned to mharmsen

6 years ago

Metadata Update from @mharmsen:
- Custom field component adjusted to None
- Custom field feature adjusted to None
- Custom field origin adjusted to None
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue priority set to: critical
- Issue set to the milestone: 10.5

6 years ago

Metadata Update from @mharmsen:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1520537

6 years ago

commit 29d23b0f027bd046d0a6547bd8292fb28f5d1c88
Author: Matthew Harmsen mharmsen@redhat.com
Date: Wed Dec 6 16:38:33 2017 -0700

Set the default NSS DB type

dogtagpki Pagure Issue #2862 - Create a mechanism to select the
default NSS DB type

The following changes are based upon the results of an investigation
by jmagne in which he suggested using the NSS_DEFAULT_DB_TYPE
environment variable to control NSS use of 'dbm' vs. 'sql'.
. . .

commit 69137ebe20ad97b26ef387a2b866a27f3e1ed3f3 (HEAD -> master, origin/master,
origin/HEAD)
Author: Matthew Harmsen mharmsen@redhat.com
Date: Wed Dec 6 16:44:03 2017 -0700

Set the default NSS DB type for console

dogtagpki Pagure Issue #2862 - Create a mechanism to select the
default NSS DB type (console)

The following changes are based upon the results of an investigation
by jmagne in which he suggested using the NSS_DEFAULT_DB_TYPE
environment variable to control NSS use of 'dbm' vs. 'sql'.
. . .

Metadata Update from @mharmsen:
- Issue set to the milestone: 10.5.3 (was: 10.5)

6 years ago

Metadata Update from @mharmsen:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Metadata Update from @mharmsen:
- Custom field fixedinversion adjusted to pki-core-10.5.3-1.fc27

6 years ago

Metadata Update from @mharmsen:
- Custom field fixedinversion adjusted to pki-core-10.5.3-1.fc27, pki-console-10.5.3-1.fc27 (was: pki-core-10.5.3-1.fc27)

6 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2982

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata