ldb: changed DN matching rules to obey GUID/SID/string ordering
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Aug 2011 07:15:28 +0000 (17:15 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 Aug 2011 06:17:25 +0000 (16:17 +1000)
commite07ca09a7bac30b99b0033a59746ba166e429aec
tree846bd9eb037f00d0273926aa42862b1c2bf55165
parent7b5f0a7120c91989976d2f946ad1af9d6dc934c7
ldb: changed DN matching rules to obey GUID/SID/string ordering

when matching two DNs, the GUID takes priority, then the SID, then the
string component

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
lib/ldb-samba/ldif_handlers.c