samba-tool ldapcmp: Remove the GUID -> name mappings
commit5d42260eecfd4f26cc82637ce1bc989083c9eb9d
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Mar 2013 10:36:49 +0000 (22 21:36 +1100)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Mar 2013 10:35:04 +0000 (25 11:35 +0100)
treee245342bc3cb5d357e30214ae8bf8562895df991
parent1589e46d11f29551f3598876b62e29fcbad06580
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>
python/samba/netcmd/ldapcmp.py
selftest/knownfail