[
https://issues.apache.org/jira/browse/DIRSERVER-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRSERVER-1211.
------------------------------------------
Resolution: Fixed
It seems to work in trunk. I have checked the test
ModifyReplaceIT.testReplaceNonExistingIndexedAttribute(), it does send a
'replace ou' modify operation correctly
> 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.5, 1.5.4, 1.5.3
> Reporter: Stefan Seelmann
> Assignee: Emmanuel Lecharny
> Fix For: 2.0.0-RC1
>
>
> 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.