selftest: correcting empty attribute usage in requests
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Thu, 28 Mar 2019 02:54:06 +0000 (15:54 +1300)
committerGarming Sam <garming@samba.org>
Mon, 6 May 2019 05:45:55 +0000 (05:45 +0000)
commitbc1583d368902c2e384ed0080c8de003b982a6f7
tree23eb6cd34be8fefba551aa12a1f868f10befe953
parent64bccb9bca77b0b7b46f645267f81f879f31e3d1
selftest: correcting empty attribute usage in requests

Many parts of Samba use an empty attribute list in requests expecting
all attributes to be returned in the response, which is incorrect.  This
patch corrects the instances found by current CI tests.  Static analysis
and debugging will need to be done before changing ildap to the correct
semantics.

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Garming Sam <garming@samba.org>
Autobuild-Date(master): Mon May  6 05:45:55 UTC 2019 on sn-devel-184
python/samba/tests/samba_tool/computer.py
python/samba/tests/samba_tool/group.py
python/samba/tests/samba_tool/ou.py
python/samba/tests/samba_tool/user.py
source4/dsdb/tests/python/sec_descriptor.py