From e02d0cf9f110459b5fd10cf7395ec2b109d205c3 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 16 Nov 2015 17:34:47 +0300 Subject: [PATCH] regular.mk: added winbind to disabled samba4 services Samba 4.x in domain controller mode works with "samba" service, not legacy smbd/nmbd/winbindd; all of those must be stopped before running the newly-configured one: http://altlinux.org/SambaDC --- conf.d/regular.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 4119f444..daef29fd 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -258,6 +258,6 @@ distro/regular-builder: distro/.regular-bare \ distro/regular-server-samba4: distro/regular-server @$(call add,THE_LISTS,$(call tags,server && (sambaDC || alterator))) @$(call add,THE_PACKAGES,alterator-fbi alterator-dhcp) - @$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd) + @$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd winbind) endif