ldap: test for empty attributes list
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Wed, 20 Mar 2019 06:17:07 +0000 (19:17 +1300)
committerGarming Sam <garming@samba.org>
Mon, 6 May 2019 04:23:51 +0000 (04:23 +0000)
commit64bccb9bca77b0b7b46f645267f81f879f31e3d1
tree9572724237aa759b441f1bcce9a664084ae8023a
parentad3af7cdffb98b7998857db609548fc96f60c669
ldap: test for empty attributes list

Test for LDAP request with an empty attribute list.  LDB responds with
no attributes, but LDAP responds with all attributes.  Fix is attached
to the bug below but we can't push it upstream until we've found all
instances of incorrect empty attribute list usage in Samba.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13852

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail.d/ldap
source4/dsdb/tests/python/ldap.py