CVE-2023-0225 pytest/acl: test deleting dNSHostName as unprivileged user
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 4 Jan 2023 08:37:49 +0000 (21:37 +1300)
committerJule Anger <janger@samba.org>
Mon, 20 Mar 2023 09:04:29 +0000 (10:04 +0100)
commit54691236fc80a932f2069eef0aa21d6818445503
tree50d7a65a2805c2840f987e29b95cdcf3131af39a
parent307b2e65d51903f6805460a2633ebe809d4052ab
CVE-2023-0225 pytest/acl: test deleting dNSHostName as unprivileged user

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

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
[abartlet@samba.org The self.set_heuristic(samba.dsdb.DS_HR_ATTR_AUTHZ_ON_LDAP_ADD, b'11')
 in the test setUp() is unused in this test but is included as a
 clean backport, so the fact that the server does not implement this
 is unimportant]
selftest/knownfail.d/dns-host-name-deletion [new file with mode: 0644]
source4/dsdb/tests/python/acl_modify.py [new file with mode: 0755]
source4/selftest/tests.py