mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
CVE-2020-25717: s3:torture: start with authoritative = 1
This is not strictly needed, but makes it easier to audit that we don't miss important places. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
3657c79eb2
commit
c55de3995c
@ -277,7 +277,7 @@ static bool test_auth(TALLOC_CTX *mem_ctx, struct samu *pdb_entry)
|
||||
struct netr_SamInfo6 *info6_wbc = NULL;
|
||||
NTSTATUS status;
|
||||
bool ok;
|
||||
uint8_t authoritative = 0;
|
||||
uint8_t authoritative = 1;
|
||||
int rc;
|
||||
|
||||
rc = SMBOWFencrypt(pdb_get_nt_passwd(pdb_entry), challenge_8,
|
||||
|
Loading…
x
Reference in New Issue
Block a user