Bug 239494
Summary: | setuputil: use adm.conf instead of dbswitch.conf, ldap.conf, etc | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Rich Megginson <rmeggins> | ||||||||
Component: | Admin | Assignee: | Rich Megginson <rmeggins> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 1.0.4 | ||||||||||
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:55:45 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-05-08 20:55:21 UTC
Created attachment 154360 [details]
files
Created attachment 154361 [details]
diffs
Your fixes look good. If the HISTORY is too lengthy, you may want to remove $Log? This is an example from product.cc... ** $Log: product.cc,v $ Created attachment 154372 [details]
cvs commit log
Reviewed by: nhosoi (Thanks!) Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=154360 Branch: HEAD Fix Description: Just use adm.conf for the information we used to get from dbswitch.conf, ldap.conf, and so on. We will need to change admin server installation to update the correct information in those files. I also changed many of the functions that accept a server root parameter to accept instead the full path of the directory containing the configuration file. Platforms tested: RHEL4 Flag Day: no Doc impact: Yes. We will have to doc that those other files are no longer used. This fix doesn't apply anymore as we've moved away from using setuputil. The fixes were checked in however. Marking as VERIFIED. |