[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syncrepl don't preserve the order of the value on multivalued attribute
- To: openldap-technical@openldap.org
- Subject: syncrepl don't preserve the order of the value on multivalued attribute
- From: Ricardo Machini <ricardo@mandic.com>
- Date: Fri, 28 Jan 2011 16:12:58 -0200
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
Hi,
I changed recently from sluprd to syncrepl. And I saw that the syncrepl
do not preserve the order of the value on multivalued attribute (I dont
know if it is a bug) .
Example:
Entry on LDAP master/slave:
dn: cn=ricardo
deliveryProgramPath: odeiavir
deliveryProgramPath: maildrop
When I do this modify on master:
dn: cn=ricardo
changetype:modify
replace: deliveryProgramPath
deliveryProgramPath: maildrop
deliveryProgramPath: odeiavir
The result is:
LDAP Master:
dn: cn=ricardo
deliveryProgramPath: maildrop
deliveryProgramPath: odeiavir
LDAP Slave:
dn: cn=ricardo
deliveryProgramPath: odeiavir
deliveryProgramPath: maildrop
The slave server keep the old order.
Someone knows if this is a replication bug ?
Thanks,
Ricardo Machini