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

Syncrepl nits with operational attributes (ITS#3289)



Full_Name: Luke Howard
Version: 2.2.15
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (203.13.32.92)


It seems to me that, when using syncrepl,
creatorsName/createTimestamp/modifiersName/modifyTimestamp should be
synchronized.

Also, attempting to synchronize all operational attributes with attrs="*,+"
results in bogus data (note the duplicate operational attributes):

# Kurt Zeilenga, Users, dsg.padl.com
dn: cn=Kurt Zeilenga,cn=Users,dc=dsg,dc=padl,dc=com
structuralObjectClass: inetOrgPerson
creatorsName: cn=administrator,cn=users,dc=dsg,dc=padl,dc=com
createTimestamp: 20040818123004Z
entryCSN: 20040818123627Z#000001#00#000000
modifiersName: cn=krbtgt,cn=users,dc=dsg,dc=padl,dc=com
modifyTimestamp: 20040818123627Z
subschemaSubentry: cn=Aggregate,cn=Schema,cn=Configuration,dc=dsg,dc=padl,dc=com
hasSubordinates: FALSE
entryUUID:: E4VgWoVeECiExunRNTOduQ==
subschemaSubentry: cn=Aggregate,cn=Schema,cn=Configuration,dc=dsg,dc=padl,dc=com
hasSubordinates: FALSE

This should probably be handled somehow.