From 16d98728c275e20fe30a412c165f29f14031c1ca Mon Sep 17 00:00:00 2001 From: asmeron Date: Mon, 25 Mar 2024 19:17:54 +0600 Subject: [PATCH] Fix 10-accounts --- ublinux/rc.preinit/10-accounts | 2 +- ublinux/templates/ublinux-data.ini | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ublinux/rc.preinit/10-accounts b/ublinux/rc.preinit/10-accounts index 22ef73e..351553d 100755 --- a/ublinux/rc.preinit/10-accounts +++ b/ublinux/rc.preinit/10-accounts @@ -5,7 +5,7 @@ # Current dir allways must be set to root (/) # All system path must be relative, except initrd dirs -ENABLED= +ENABLED=yes [[ ${ENABLED} == "yes" ]] || exit 0 DEBUGMODE=no diff --git a/ublinux/templates/ublinux-data.ini b/ublinux/templates/ublinux-data.ini index 4f35c83..5e4fd9d 100644 --- a/ublinux/templates/ublinux-data.ini +++ b/ublinux/templates/ublinux-data.ini @@ -1280,15 +1280,6 @@ NSSWITCHWINBIND=yes ## Отключить автоматическое создание X11VNC для всех дисплеев ## X11VNC[display]=disable || X11VNC[nodisplay]=1 || X11VNC[disable]=1 -# XDMCP Server configuration -# enabled = True if XDMCP connections should be allowed -# port = UDP/IP port to listen for connections on -# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present) -# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf) -# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset) -# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively -# it can be a word and the first 7 characters are used as the key. - ## Сервер XDMCP Lightdm ## LIGHTDM_XDMCP=yes|no|enable|disable ## yes|enable # Включить XDMCP