You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Roland Szabó (JIRA)" <ji...@apache.org> on 2018/06/07 19:40:00 UTC

[jira] [Created] (DIRSERVER-2235) After renaming an entry in ApacheDS, the directory loses the new entry

Roland Szabó created DIRSERVER-2235:
---------------------------------------

             Summary: After renaming an entry in ApacheDS, the directory loses the new entry
                 Key: DIRSERVER-2235
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2235
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 2.0.0-M24, 2.0.0-M20
         Environment: Debian Linux, x64
            Reporter: Roland Szabó


When I rename an entry in out directory, the old entry is still returned in searches but it cannot be read. The new entry exists, but only when referred directly by its DN. I have to restart the server to clean this mess up.

I tried to use the rename operation in JNDI, then I switched to the ApacheDS LDAP-API, but both method results in the same problem. We use the CN attribute as the RDN, and after renaming, the CN attribute of the entry is all lowercase, however the DN maintains the correct casing. If I update the CN attribute to the correct case, I can use the rename operation on the entry 1 more time. If I also close the connection between rename operations, I can rename the same entry 1 more time, but then it fails again.

I tried to upgrade from M20 to M24, but the problem is still there.

I do not really understand the reason...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)