ldb_tdb: Avoid canonicalise and base64 work for DN values, these are already OK
authorAndrew Bartlett <abartlet@samba.org>
Fri, 1 Sep 2017 08:06:50 +0000 (20:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 22 Sep 2017 19:20:24 +0000 (21:20 +0200)
commitb9d561b023cefa8e64abc4c5772f6a5d704f19ab
treef0fa676bb67bba586dbd1df4b1385d1fa6529c00
parent3e60f027535cff737a431adf4658f0f760ba9d0c
ldb_tdb: Avoid canonicalise and base64 work for DN values, these are already OK

This is important with the GUID index, as a DN lookup is much more common now.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
lib/ldb/ldb_tdb/ldb_index.c