python/samba: samba4.blackbox.dbcheck.release-4-1-0rc3
authorNoel Power <noel.power@suse.com>
Sat, 25 Aug 2018 11:50:58 +0000 (12:50 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2018 03:50:27 +0000 (05:50 +0200)
commit557ff7b7fffc86718b27fbdb3c3b34f894b5f593
tree922ef04a2f2f55b2e4762f0640f7851581e2aaa1
parent370dcbb791153ff725bd1e254e610ce43dfcd7f1
python/samba: samba4.blackbox.dbcheck.release-4-1-0rc3

* Various string related fixed py2/py3
* Fix strange double decode followed by encode code (see comments
  in change)
* Added dump_attr_values, simply printing attribute values (from
  sequence) doesn't work (when using string '%s' format codes in
  existing string). We need to print out string from bytes in PY3
  and fallback to repr(which will print b'blah') if we get a decode error

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/dbchecker.py