Bug 457842
| Summary: | Setting DN from a preop add plugin | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Dave Sullivan <dsulliva> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED WONTFIX | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 | CC: | nhosoi, nkinder, rmeggins |
| Target Milestone: | pre-dev-freeze | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-17 17:33:56 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: | 495079, 512820, 690319 | ||
Upstream ticket: https://fedorahosted.org/389/ticket/217 Per triage: No plan to fix this in the short term. |
Description of problem: Changing the DN in an add preop is not really supported, but it can be done, just not with public interfaces (proto-slap.h). Please file a bug to have the operation_set/get target spec routines moved to the public interface file. Version-Release number of selected component (if applicable): Directory Server 8.0 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Getting and Setting the DN of an Entry You can call the following two front-end routines to get and set the DN for an entry: * To get the DN for an entry, call the slapi_entry_get_dn() function. * To set the DN for an entry, call the slapi_entry_set_dn() function. Doing this within a preop_add causes an error and the causes the slap pid to become dead.