mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r11355: Test for error returns when we don't specify the newly discovered
'workstation for account on NTLM' flag. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
7f797e7097
commit
aa5b6cf7c4
@@ -1578,6 +1578,15 @@ BOOL torture_rpc_samlogon(void)
|
||||
.expected_interactive_error = NT_STATUS_NO_SUCH_USER,
|
||||
.parameter_control = MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT
|
||||
},
|
||||
{
|
||||
.comment = "machine domain\\user",
|
||||
.domain = cli_credentials_get_domain(machine_credentials),
|
||||
.username = cli_credentials_get_username(machine_credentials),
|
||||
.password = cli_credentials_get_password(machine_credentials),
|
||||
.network_login = True,
|
||||
.expected_interactive_error = NT_STATUS_NO_SUCH_USER,
|
||||
.expected_network_error = NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
|
||||
},
|
||||
{
|
||||
.comment = "machine realm\\user",
|
||||
.domain = cli_credentials_get_realm(machine_credentials),
|
||||
|
||||
Reference in New Issue
Block a user