lib/ldb-samba/tests: PY3 port samba4.ldap.match_rules
authorNoel Power <noel.power@suse.com>
Mon, 19 Nov 2018 18:07:16 +0000 (18:07 +0000)
committerNoel Power <npower@samba.org>
Mon, 10 Dec 2018 09:38:23 +0000 (10:38 +0100)
commit42cb270b48f11c8ac8104125acd2719f307c4a39
tree5ef2cb9174955be269a6af64e9e8235c8a886a71
parent60a9998ea3de19f88e281a35aff19b17be55a872
lib/ldb-samba/tests: PY3 port samba4.ldap.match_rules

Various fixes

a) schema_format_value can return bytes (esp. for objectSid,
   objectGUID
b) embedded NULL now cause ValueError in py3 (was TypeError in py2)

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb-samba/tests/match_rules.py