samba-tool ldapcmp: Remove the GUID -> name mappings
commit77a5cedde8c61ff6d5385b474f47f4fe8ae2dbcd
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Mar 2013 10:36:49 +0000 (22 21:36 +1100)
committerKarolin Seeger <kseeger@samba.org>
Sun, 7 Apr 2013 19:35:24 +0000 (7 21:35 +0200)
tree8ad47cca18498f3de314927b52f10d54d71ba929
parent03ed25210e90bf52755751d4486be3b4a16f290e
samba-tool ldapcmp: Remove the GUID -> name mappings

These mappings are very convenient, however because they are not
one-to-one, they lead to differences being reported when none exist,
dependent only on the order the schema searches return results in.

Sadly the time saved by the names is offset by the time wasted chasing
the 'differences' that don't exist.

This in turn fixes some tests that were previously knownfail

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 5d42260eecfd4f26cc82637ce1bc989083c9eb9d)
python/samba/netcmd/ldapcmp.py
selftest/knownfail