Modifying an entry gives syntax error for 'entryDeleted' attribute
------------------------------------------------------------------
Key: DIRSERVER-1003
URL: https://issues.apache.org/jira/browse/DIRSERVER-1003
Project: Directory ApacheDS
Issue Type: Bug
Components: mitosis
Affects Versions: 1.5.0
Reporter: Martin Alderson
Assignee: Martin Alderson
With the replication service enabled modifying an entry will give an "Attribute
value 'false' for attribute 'entryDeleted' is syntactically incorrect" error.
To reproduce:
1. Start the default apacheds server with the replication service enabled
2. Add a test entry:
dn: cn=test,ou=system
changetype: add
objectclass: top
objectclass: extensibleObject
cn: test
ou: A
3. Modify the test entry:
dn: cn=test,ou=system
changetype: modify
replace: ou
ou: B
-
With the replication service disabled (which it is by default) this will work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.