mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s4-smbtorture: avoid secdesc test on connect handle in RPC-SAMR-USERS for Samba3.
With this, I think, we pass RPC-SAMR-USERS. Guenther
This commit is contained in:
parent
a21bfc4daf
commit
a3873bca51
@ -6012,7 +6012,9 @@ bool torture_rpc_samr_users(struct torture_context *torture)
|
||||
|
||||
ret &= test_Connect(p, torture, &handle);
|
||||
|
||||
ret &= test_QuerySecurity(p, torture, &handle);
|
||||
if (!torture_setting_bool(torture, "samba3", false)) {
|
||||
ret &= test_QuerySecurity(p, torture, &handle);
|
||||
}
|
||||
|
||||
ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_USER_ATTRIBUTES, NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user