summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/lightdm.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index bfce7987..4f010a5a 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -129,6 +129,7 @@
#
# 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)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
@@ -137,6 +138,7 @@
[XDMCPServer]
#enabled=false
#port=177
+#listen-address=
#key=
#
@@ -145,6 +147,7 @@
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
+# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
@@ -153,6 +156,7 @@
#enabled=false
#command=Xvnc
#port=5900
+#listen-address=
#width=1024
#height=768
#depth=8