Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a mechanism to select the default NSS DB type #2982

Closed
pki-bot opened this issue Oct 3, 2020 · 9 comments
Closed

Create a mechanism to select the default NSS DB type #2982

pki-bot opened this issue Oct 3, 2020 · 9 comments
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #2862. Originally filed by mharmsen (@mharmsen) on 2017-11-29 18:48:31:


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).

@pki-bot pki-bot added this to the 10.5.3 milestone Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-11-29 18:48:40

Metadata Update from @mharmsen:

  • Issue assigned to mharmsen

@pki-bot pki-bot closed this as completed Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-11-29 18:48:59

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

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-12-04 12:52:52

Metadata Update from @mharmsen:

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-12-06 21:59:50

commit 29d23b0
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 69137eb (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'.
. . .

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-12-06 22:00:26

Metadata Update from @mharmsen:

  • Issue set to the milestone: 10.5.3 (was: 10.5)

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-12-06 22:00:40

Metadata Update from @mharmsen:

  • Issue close_status updated to: fixed
  • Issue status updated to: Closed (was: Open)

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from edewata (@edewata) at 2017-12-12 02:03:49

See also ticket 167.

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-12-12 20:08:48

Metadata Update from @mharmsen:

  • Custom field fixedinversion adjusted to pki-core-10.5.3-1.fc27

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-12-12 20:09:29

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant