CVE-2018-10919 tests: test ldap searches for non-existent attributes.
authorGary Lockyer <gary@catalyst.net.nz>
Fri, 3 Aug 2018 03:51:28 +0000 (15:51 +1200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 11 Aug 2018 19:56:41 +0000 (21:56 +0200)
commitddd6279e122405e87770db173234a26c5d81a616
tree1ce70d26c73d1f428b662d14759eaf7cd8ea70c7
parent1594cade555d96461b5b9db9965d8cdf9f5e45e0
CVE-2018-10919 tests: test ldap searches for non-existent attributes.

It is perfectly legal to search LDAP for an attribute that is not part
of the schema.  That part of the query should simply not match.

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

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
source4/dsdb/tests/python/ldap.py