You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stephan Kleine (JIRA)" <ji...@apache.org> on 2013/02/13 09:50:12 UTC

[jira] [Created] (DIRSERVER-1800) Moving a user doesn't update the group

Stephan Kleine created DIRSERVER-1800:
-----------------------------------------

             Summary: Moving a user doesn't update the group
                 Key: DIRSERVER-1800
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1800
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 2.0.0-M9
            Reporter: Stephan Kleine


If one moves a user the old reference in its groups does not get removed but merely a new one gets added.

How to reproduce:

Assume the following setup:
1. groups in ou=groups
2. external users in ou=external,ou=groups
3. internal users in ou=internal,ou=groups

4. Create an external user and add it to some group
5. Move the user with Apache Directory Studio from ou=external to ou=internal

Expected result: uniqueMember reference within the group gets updated and now points to ou=internal

Current result: a new reference pointing to ou=internal gets added while the old reference (which points to ou=external) is still there and now invalid.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira