You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Martin Alderson (JIRA)" <ji...@apache.org> on 2007/07/22 18:11:06 UTC

[jira] Resolved: (DIRSERVER-1003) Modifying an entry gives syntax error for 'entryDeleted' attribute

     [ https://issues.apache.org/jira/browse/DIRSERVER-1003?page=com.atlassian.jira.plugin.system.issuetabpanels: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.

> 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 "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.