[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4626) "glue" objectclass in syncrepl consumer



On Mon, Jul 31, 2006 at 06:16:02PM +0000, ahasenack@terra.com.br wrote:
> Full_Name: Andreas Hasenack
> Version: 2_3_REL_ENG (about to be 2.3.25)
> OS: Linux
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (200.140.247.99)
> 
> 
> This entry:
> 
> dn: ou=Global,dc=example,dc=com
> ou: Global
> objectClass: organizationalUnit
> description: Container for global data that is replicated
> structuralObjectClass: organizationalUnit
> entryUUID: 4af16562-b503-102a-937c-e70b64b15acf
> creatorsName: cn=manager,dc=example,dc=com
> createTimestamp: 20060731171104Z
> entryCSN: 20060731173609Z#000000#00#000000
> modifiersName: cn=manager,dc=example,dc=com
> modifyTimestamp: 20060731173609Z
> contextCSN: 20060731173610Z#000000#00#000000
> 
> Shows up like this on the consumer (emphasis mine):
> dn: ou=Global,dc=example,dc=com
> entryUUID: 1eab9ca6-b4f0-102a-9acc-ef642cc67d62
> creatorsName: cn=manager,dc=example,dc=com
> createTimestamp: 20060731171104Z
> objectClass: top
> objectClass: glue <-----------
> structuralObjectClass: glue <----------
> entryCSN: 20060731171554Z#000000#00#000000
> modifiersName: cn=manager,dc=example,dc=com
> modifyTimestamp: 20060731171554Z
> 
> Note how the organizationalUnit OC vanished and was replaced by the "glue"
> objectClass. The description attribute is also gone.

I then tried to make a change to ou=Global on the provider (add a
description attribute) and this triggered the glue OC removal on the
consumer.