Bug 561575
| Summary: | setup-ds-admin fails to supply nsds5ReplicaName when configuring via ConfigFile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | nathan r. hruby <nhruby> | ||||
| Component: | Install/Uninstall | Assignee: | Rich Megginson <rmeggins> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.1.0 | CC: | jgalipea, rmeggins | ||||
| 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:57: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: | 434914, 543590 | ||||||
| Attachments: |
|
||||||
|
Description
nathan r. hruby
2010-02-03 23:17:45 UTC
Created attachment 404253 [details]
0001-Bug-561575-setup-ds-admin-fails-to-supply-nsds5Rep.patch
Pushing to ssh://git.fedorahosted.org/git/389/ds.git
322cb3e..df5b545 Directory_Server_8_2_Branch -> Directory_Server_8_2_Branch
f232bda..4b520bf master -> master
commit df5b545c13720de2b9996d8dc0cb1babc936bea7
Author: Rich Megginson <rmeggins>
Date: Fri Apr 2 17:38:57 2010 -0600
Reviewed by: nhosoi (Thanks!)
Branch: Directory_Server_8_2_Branch
Fix Description: The main problem was that the mod val was a berval, so we
needed |LDAP_MOD_BVALUES for the mod_op. The other problem is that the
mod and values were being used out of scope. While this seems to work, it
better to make sure all of the values are in scope.
Platforms tested: RHEL5 x86_64
Flag Day: no
Doc impact: no
(cherry picked from commit 4b520bfed95c10ecf9239f7a42f3fb38b673d203)
commit 4b520bfed95c10ecf9239f7a42f3fb38b673d203
Author: Rich Megginson <rmeggins>
Date: Fri Apr 2 17:38:57 2010 -0600
Branch: HEAD
|