07-22-07 06:11 PM
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Martin Alderson resolved DIRSERVER-1003.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.1
Changed all references to the entryDeleted attribute value to be either TRUE
/FALSE rather than true/false.
[vbcol=seagreen]
> 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
> Fix For: 1.5.1
>
>
> With the replication service enabled modifying an entry will give an "Attr
ibute 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.[/vb
col]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
[ Post a follow-up to this message ]
|