ldb: cmocka test for empty attributes bug
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Mon, 25 Mar 2019 00:13:33 +0000 (13:13 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 29 Mar 2019 17:29:31 +0000 (17:29 +0000)
commit24efa3ca5399d5cf538c3be504014a954685f1ed
treedfa8265913be01cec457995caaf956473dbcb42b
parent7f1b6455fdc1d7767bdfd3dc81851abb682cc087
ldb: cmocka test for empty attributes bug

Cmocka test exposing LDB bug where a request with an empty attributes
list returns a response containing all attributes.  The bug is in the
ACL module and will be fixed in the next commit.

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

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/dsdb [new file with mode: 0644]
source4/dsdb/common/tests/dsdb.c [new file with mode: 0644]
source4/selftest/tests.py
source4/torture/wscript_build