forked from altcloud/mkimage-profiles
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
This commit is contained in:
parent
fb9f3884de
commit
e02d0cf9f1
@ -258,6 +258,6 @@ distro/regular-builder: distro/.regular-bare \
|
|||||||
distro/regular-server-samba4: distro/regular-server
|
distro/regular-server-samba4: distro/regular-server
|
||||||
@$(call add,THE_LISTS,$(call tags,server && (sambaDC || alterator)))
|
@$(call add,THE_LISTS,$(call tags,server && (sambaDC || alterator)))
|
||||||
@$(call add,THE_PACKAGES,alterator-fbi alterator-dhcp)
|
@$(call add,THE_PACKAGES,alterator-fbi alterator-dhcp)
|
||||||
@$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd)
|
@$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd winbind)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user