Bug 239765
Summary: | Allow mimimum schema in ds_newinst.pl | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Andrew Bartlett <abartlet> | ||||||||
Component: | Install/Uninstall | Assignee: | Nathan Kinder <nkinder> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | 1.1.0beta | CC: | rmeggins | ||||||||
Target Milestone: | --- | Keywords: | VerifiedUpstream | ||||||||
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:51:50 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: | 427409 | ||||||||||
Attachments: |
|
Description
Andrew Bartlett
2007-05-11 07:01:39 UTC
Created attachment 155069 [details]
Patch to add an option for installing partial/full schema
This patch implements a new configuration option
[slapd]
install_full_schema= 1
Setting this to 0 will only install 00core.ldif
Created attachment 155526 [details]
Revised patch for install_full_schema
This patch has been more extensivly tested, and in particular fixes an issue
with any variable = 0 (it would not be sent to the ds_newinst-bin 'server').
Thank you for adding the logic. Your new diff looks good to me. Created attachment 156515 [details]
cvs commit log
Fix Description: Fixed by abartlet. Add a new configuration param to
create_instance - install_full_schema. By default this is 1, meaning the
traditional behavior of installing all of the schema. If set to 0, this will
only install the 00core.ldif schema file. This also required enhancements to
ds_newinst.pl as well as a bug fix to allow passing in a 0 value.
Reviewed by: nhosoi, rmeggins
|