From f61923687817fa3a5f0b2e3da866ab43fa04b37a Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 14 Apr 2016 10:07:33 +0300 Subject: [PATCH] samba: Fix NT4 domain for Windows 10. --- samba/templates/domain.conf-bdc.erb | 2 ++ samba/templates/domain.conf-pdc.erb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/samba/templates/domain.conf-bdc.erb b/samba/templates/domain.conf-bdc.erb index ebca096..eee4969 100644 --- a/samba/templates/domain.conf-bdc.erb +++ b/samba/templates/domain.conf-bdc.erb @@ -1,6 +1,8 @@ os level = 130 +max protocol = NT1 + domain master = no domain logons = yes time server = yes diff --git a/samba/templates/domain.conf-pdc.erb b/samba/templates/domain.conf-pdc.erb index 4ad801b..e5a054b 100644 --- a/samba/templates/domain.conf-pdc.erb +++ b/samba/templates/domain.conf-pdc.erb @@ -1,6 +1,8 @@ os level = 140 +max protocol = NT1 + domain master = yes preferred master = yes domain logons = yes