mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
pytest:large_ldap: use a valid ACE
Real ACEs don't have {} around their GUIDs. This will soon be banned. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2e90ba7ec6
commit
4c1d9e92e1
@ -145,7 +145,7 @@ class LargeLDAPTest(samba.tests.TestCase):
|
||||
"sAMAccountName": user_name,
|
||||
"jpegPhoto": b'a' * (2 * 1024 * 1024)})
|
||||
|
||||
ace = "(OD;;RP;{6bc69afa-7bd9-4184-88f5-28762137eb6a};;S-1-%d)" % x
|
||||
ace = "(OD;;RP;6bc69afa-7bd9-4184-88f5-28762137eb6a;;S-1-%d)" % x
|
||||
dn = ldb.Dn(cls.ldb, "cn=" + user_name + "," + str(cls.ou_dn))
|
||||
|
||||
# add an ACE that denies access to the above random attr
|
||||
|
Loading…
x
Reference in New Issue
Block a user