Fix 10-accounts

master v2.61
Dmitry Razumov 2 years ago
parent e21804971d
commit 16d98728c2
Signed by: asmeron
GPG Key ID: 50BC1DB583B79706

@ -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

@ -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

Loading…
Cancel
Save