1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.

Guenther
This commit is contained in:
Günther Deschner 2010-09-09 23:13:33 +02:00
parent 18962ea385
commit 9f4c1a2a7b

View File

@ -423,7 +423,7 @@ logons are not enabled.\n", inet_ntoa(p->ip) ));
get_pdc._pad = data_blob_null;
get_pdc.unicode_pdc_name = global_myname();
get_pdc.domain_name = lp_workgroup();
get_pdc.nt_version = 1;
get_pdc.nt_version = NETLOGON_NT_VERSION_1;
get_pdc.lmnt_token = 0xffff;
get_pdc.lm20_token = 0xffff;