Commit e02d0cf9 authored by Michael Shigorin's avatar Michael Shigorin

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
parent fb9f3884
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment