Error code 54 in modify-replace operation
-----------------------------------------
Key: DIRSERVER-1211
URL: https://issues.apache.org/jira/browse/DIRSERVER-1211
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.3
Reporter: Stefan Seelmann
This error occurs with apacheds-1.5.3-fixed.tar.gz and the current
trunk-with-dependencies (Revision 680187), both with default server.xml
I use studio to run the following LDIF:
---------------------------------------------
dn: cn=Kate Bush,ou=system
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
cn: Kate Bush
sn: Bush
dn: cn=Kate Bush,ou=system
changetype: modify
replace: ou
ou: Test
-
---------------------------------------------
The second LDIF record fails with error 54. The log is here:
http://www.pastebin.org/57617.
The error does not occur when I use 'add:ou' instead of 'replace:ou'
The error does not occur when I use another attribute, e.g. 'decription'
instead of 'ou'
Emmanuel's idea on IM was that it is because 'ou' is indexed in the default
server.xml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.