Bug 175392
Summary: | Should provide better error messages during db2ldif | ||
---|---|---|---|
Product: | [Retired] 389 | Reporter: | Steve Parkinson <sparkins> |
Component: | Database - Import/Export | Assignee: | Noriko Hosoi <nhosoi> |
Status: | CLOSED WORKSFORME | QA Contact: | Orla Hegarty <ohegarty> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | nkinder, ohegarty, srs |
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: | 2006-12-04 19:26:33 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 |
Description
Steve Parkinson
2005-12-09 18:36:30 UTC
The error message is issued when adding an entry with multiple same valued attribute or adding an attribute to an entry that already has the attribute value. I'm curious what kind of operation was under way at that time... (please note that db2ldif never modifies entries) The error message had been improved as follows since DS6.2: add value "testuser" to attribute type "mail" in entry "cn=Test User, dc=redhat, dc=com" failed: value exists There was a bug in 7.1: 164843: deleting subtyped attribute value problem. Identical attribute type, value pairs were allowed to be in an entry. > Mail:xyz > Mail:xyz This bug was fixed since 7.1 sp1: A client can provide multiple attributes with the same attribute type and value, only if those attributes are language sub-types This means that the following is allowed: attrA: valueA attrA;lang-en: valueA So, there is no chance to reproduce the problem. But as noted in Comment #1, the corresponding error message prints out the dn value. |