From 14edd0fd1ef8b05e51ce8f67c1208c8160cd59f0 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 4 Jan 2024 01:52:39 +1300 Subject: [PATCH] perftest:ndr_pack: use a valid dummy SID Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett BUG: https://bugzilla.samba.org/show_bug.cgi?id=15574 (cherry picked from commit 2f68545087f25e5d4c7a7742d99527c7ebbd02ab) --- source4/dsdb/tests/python/ndr_pack_performance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/tests/python/ndr_pack_performance.py b/source4/dsdb/tests/python/ndr_pack_performance.py index c0c72cac99e..ed1216e6392 100644 --- a/source4/dsdb/tests/python/ndr_pack_performance.py +++ b/source4/dsdb/tests/python/ndr_pack_performance.py @@ -126,7 +126,7 @@ class UserTests(samba.tests.TestCase): return f.read() def get_desc(self, sddl): - dummy_sid = security.dom_sid("S-2-0-0") + dummy_sid = security.dom_sid("S-1-2-3") return security.descriptor.from_sddl(sddl, dummy_sid) def get_blob(self, sddl): -- 2.34.1