Commit 1e7c6ed4 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

mixin-alt-server.mk: keep smb.conf default

The installer-feature-network-shares-stage3 package replaces the /etc/samba/smb.conf file The generated file contains the setting: passdb backend = ldapsam:ldap://127.0.0.1/ But the slapd service on the node is disabled. As a result, an error occurs: fetch_ldap_pw: neither ldap secret retrieved! pdb_init_ldapsam_common: Failed to retrieve LDAP password from secrets.tdb pdb backend ldapsam:ldap://127.0.0.1/ did not correctly init (error was NT_STATUS_NO_MEMORY)
parent f030a105
......@@ -51,7 +51,6 @@ endif
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-other-fs-stage2)
@$(call add,INSTALL2_PACKAGES,installer-feature-alphabet-profiles)
@$(call add,INSTALL2_PACKAGES,installer-feature-load-tun)
@$(call add,INSTALL2_PACKAGES,installer-feature-network-shares-stage3)
@$(call add,INSTALL2_PACKAGES,installer-feature-auto-domain)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-quota-stage2)
......
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