[ 
https://issues.apache.org/jira/browse/DIRSERVER-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559581#comment-13559581
 ] 

Michael Simon commented on DIRSERVER-1792:
------------------------------------------

Mhh, it also happens with this, much simpler operation.

dn: ou=test,dc=bwidm,dc=de
changetype: add
objectClass: top
objectClass: organizationalUnit
ou: test

dn: uid=test-user,ou=test,dc=bwidm,dc=de
objectClass: top
objectClass: inetOrgPerson
objectClass: person
objectClass: organizationalPerson
cn: Test
sn: Test 1
uid: test-user

dn: uid=test-user,ou=test,dc=bwidm,dc=de
changetype: modify
replace: sn
sn: Test 2
-

I think i'll delete my data directory and start fresh. Then i'll try 
replicating ou=system. Next step is dc=example,dc=com. Then my own partition. I 
won't dismiss the possibility that there is some misconfiguration on my side ;)
                
> Replication and Modification of ACIs
> ------------------------------------
>
>                 Key: DIRSERVER-1792
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1792
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M9
>         Environment: Linux 64bit
> OpenJDK Runtime Environment (IcedTea6 1.8.13) (6b18-1.8.13-0+squeeze2)
>            Reporter: Michael Simon
>
> Creating an ou with administrativeRole set works and replicates on the Slave 
> nodes. Modifying the administrativeRole to accessControlSpecificArea for 
> example on an existing ou throws an Exception:
> [13:04:07] ERROR [org.apache.directory.server.core.schema.SchemaInterceptor] 
> - ERR_54 Cannot add a value which is already present : organizationalUnit
> [13:04:07] ERROR 
> [org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl]
>  - ERR_54 Cannot add a value which is already present : organizationalUnit
> org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException: 
> ERR_54 Cannot add a value which is already present : organizationalUnit
>         at 
> org.apache.directory.server.core.schema.SchemaInterceptor.checkModifyEntry(SchemaInterceptor.java:739)
>         at 
> org.apache.directory.server.core.schema.SchemaInterceptor.modify(SchemaInterceptor.java:1184)
>         at 
> org.apache.directory.server.core.api.interceptor.BaseInterceptor.next(BaseInterceptor.java:577)
> More or less the same things happens with accessControlSubentries. Creating 
> an entry is working and replicating, but modifying the prescriptiveACI throws 
> an exception:
> [13:10:58] ERROR [org.apache.directory.server.core.schema.SchemaInterceptor] 
> - ERR_52 Cannot modify the attribute : ATTRIBUTE_TYPE ( 
> 1.3.6.1.4.1.18060.0.4.1.2.11
>  NAME 'accessControlSubentries'
>  DESC Used to track a subentry associated with access control areas
>  EQUALITY distinguishedNameMatch
>  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
>  NO-USER-MODIFICATION
>  USAGE directoryOperation
>  )
>         at 
> org.apache.directory.server.core.schema.SchemaInterceptor.checkModifyEntry(SchemaInterceptor.java:716)
>         at 
> org.apache.directory.server.core.schema.SchemaInterceptor.modify(SchemaInterceptor.java:1184)
>         at 
> org.apache.directory.server.core.api.interceptor.BaseInterceptor.next(BaseInterceptor.java:577)

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

Reply via email to