Bug 224672
Summary: | Get rid of key/cert db prefix | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Rich Megginson <rmeggins> | ||||
Component: | Install/Uninstall | Assignee: | Rich Megginson <rmeggins> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 1.0.4 | CC: | nkinder | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-12-07 16:32:09 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 152373, 240316, 427409 | ||||||
Attachments: |
|
Description
Rich Megginson
2007-01-26 22:53:07 UTC
Created attachment 146728 [details]
diffs
Looks good. Reviewed by: nhosoi (Thanks!) Files: see diff Branch: HEAD Fix Description: Now that we have everything in its own instance specific directory, we do not need the troublesome key/cert database prefix. This simplifies the slapd_nss_init code a great deal. Platforms tested: RHEL4 Flag Day: no Doc impact: YES - A couple of the pages on the wiki talk about slapd-instance-cert8.db and so on - these pages will have to change once FDS 1.1 is released Checking in ldapserver/ldap/servers/slapd/ssl.c; /cvs/dirsec/ldapserver/ldap/servers/slapd/ssl.c,v <-- ssl.c new revision: 1.12; previous revision: 1.11 done Verified. [root@babylon1 snmp]# bash sortrpmsbydate.bash | grep redhat-ds 1196464299 redhat-ds-base-8.0.0-11.el5dsrv Fri Nov 30 2007 1196464319 redhat-ds-admin-8.0.0-1.15.el5dsrv Fri Nov 30 2007 1196464343 redhat-ds-console-8.0.0-8.el5dsrv Fri Nov 30 2007 [root@babylon1 slapd-babylon1]# ls cert8.db dse.ldif dse.ldif.startOK key3.db secmod.db certmap.conf dse.ldif.bak dse_original.ldif schema slapd-collations.conf [root@babylon1 slapd-babylon1]# pwd /etc/dirsrv/slapd-babylon1 [root@babylon1 slapd-babylon1]# |