summaryrefslogtreecommitdiff
path: root/source4/torture/ldap
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-07-25 14:26:45 +1200
committerAndrew Bartlett <abartlet@samba.org>2017-07-28 00:25:15 +0200
commit0554bc237f1b84d672d36781bead8b2c33f2e5a4 (patch)
tree1a5ff9124406381aedbc77b43181a63621839f86 /source4/torture/ldap
parent88db634ed84647e5105c4b4fdf37d5892bebfd8d (diff)
downloadsamba-0554bc237f1b84d672d36781bead8b2c33f2e5a4.tar.gz
s4-cldap/netlogon: Match Windows 2012R2 and return NETLOGON_NT_VERSION_5 when version unspecified
The previous patch set this incorrectly to NETLOGON_NT_VERSION_1 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r--source4/torture/ldap/netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ldap/netlogon.c b/source4/torture/ldap/netlogon.c
index 5ee69033bd4..d61d373d64f 100644
--- a/source4/torture/ldap/netlogon.c
+++ b/source4/torture/ldap/netlogon.c
@@ -584,7 +584,7 @@ static bool test_netlogon_huawei(struct torture_context *tctx,
tctx,
&n1);
CHECK_STATUS(status, NT_STATUS_OK);
- CHECK_VAL(n1.ntver, NETLOGON_NT_VERSION_1);
+ CHECK_VAL(n1.ntver, NETLOGON_NT_VERSION_5);
return true;
}