[
https://issues.apache.org/jira/browse/DIRSTUDIO-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624416#action_12624416
]
Pierre-Arnaud Marcelot commented on DIRSTUDIO-373:
--------------------------------------------------
I tested with the embedded Apache DS inside Apache Directory Studio and I
managed to create and delete such an attribute.
Here's the LDIF log output:
#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-08-21T18:25:29.000
dn: cn=test,dc=example,dc=com
changetype: add
objectClass: device
objectClass: top
cn: test
#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-08-21T18:26:01.461
dn: cn=test,dc=example,dc=com
changetype: modify
add: cn;lang-en-US
cn;lang-en-US: test_en_US
-
#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-08-21T18:26:18.370
dn: cn=test,dc=example,dc=com
changetype: modify
delete: cn
cn: test_en_US
-
> Can't delete a tagged attribute if the non tagged attribute belong to the DN
> ----------------------------------------------------------------------------
>
> Key: DIRSTUDIO-373
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-373
> Project: Directory Studio
> Issue Type: Bug
> Affects Versions: 1.2.0
> Environment: Windows XP service pack 2
> Reporter: Manuel FLURY
>
> When trying to use tags on an attribute that is part of a distinguish name :
> cn=test,ou=groups,o=cec.eu.int
> cn=test
> I add this :
> cn:lang-en-US= test_en_US
> So my entry is now like this :
> cn=test,ou=groups,o=cec.eu.int
> cn=test
> cn:lang-en-US= test_en_US
> When in the entry editor I right click on :
> cn:lang-en-US= test_en_US
> I can't delete it as I should be able.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.