| Stefan Zoerner (JIRA) 2005-08-31, 5:45 pm |
| Adding an already existing attribute value with a modify operation does not cause an error.
-------------------------------------------------------------------------------------------
Key: DIREVE-241
URL: http://issues.apache.org/jira/browse/DIREVE-241
Project: Directory Server
Type: Bug
Versions: 0.9.3
Reporter: Stefan Zoerner
Assigned to: Alex Karasulu
If you try to add an attribute value which is already present within the entry, no error occurs.
After the execution of the modify operation, the value appears twice in the entry instead.
As a consequence, it is possible for instance to create an entry like this:
---
dn: cn=Stefan Zoerner,ou=users,ou=system
sn: Zoerner
objectClass: top
objectClass: top
objectClass: person
cn: Stefan Zoerner
---
Expected behavior is error code 20, which indicates that the attribute value specified in a modify or add operation already exists as a value for that attribute.
I will add a test case as usual which demonstrates the bug with a person entry.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|