dsdb: Fix incorrect sorting of replPropertyMetaData with RDN last
authorAndrew Bartlett <abartlet@samba.org>
Fri, 13 May 2016 11:12:47 +0000 (23:12 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jun 2016 08:28:10 +0000 (10:28 +0200)
commita8430d15a57d3bae986a55e831bac0c216115b65
tree3cb33d22d5d54757d2cc8237a866753801019bd6
parent225cef98518541ccae07bc7f4e9a7b10bde1856d
dsdb: Fix incorrect sorting of replPropertyMetaData with RDN last

Per tests against Windows 2012R2 the RDN is not sorted last and is
instead sorted normally with all the other elements.

The RDN attribute, unlike name, is not replicated over DRS, so this
has no interopability impact.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz
python/samba/dbchecker.py
source4/dsdb/samdb/ldb_modules/repl_meta_data.c
source4/selftest/provisions/release-4-1-0rc3/expected-replpropertymetadata-after-dbcheck.ldif
source4/selftest/provisions/release-4-1-0rc3/expected-replpropertymetadata-after-dbcheck2.ldif
source4/selftest/provisions/release-4-1-0rc3/expected-replpropertymetadata-after-dbcheck3.ldif
source4/selftest/provisions/release-4-1-0rc3/expected-replpropertymetadata-before-dbcheck2.ldif