mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pytest:ntacls: adapt for canonical flag format
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
82b3281fff
commit
e521b0a26a
@ -26,7 +26,7 @@ from samba.dcerpc import security
|
||||
from samba.tests import TestCaseInTempDir, SkipTest
|
||||
from samba.auth_util import system_session_unix
|
||||
|
||||
NTACL_SDDL = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x001f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
|
||||
NTACL_SDDL = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x1f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
|
||||
DOMAIN_SID = "S-1-5-21-2212615479-2695158682-2101375467"
|
||||
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
^samba.tests.ntacls.+.NtaclsTests.test_setntacl_getntacl.none
|
||||
^samba.tests.ntacls.+.NtaclsTests.test_setntacl_getntacl_param.none
|
||||
^samba.tests.posixacl.+.PosixAclMappingTests.test_setntacl_getntacl_smbd.ad_dc:local
|
||||
^samba.tests.posixacl.+.PosixAclMappingTests.test_setntacl_getntacl_smbd.ad_dc_no_nss:local
|
||||
^samba.tests.posixacl.+.PosixAclMappingTests.test_setntacl_getposixacl.ad_dc:local
|
||||
|
Loading…
Reference in New Issue
Block a user