summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-11-10 11:04:45 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-11-10 11:04:45 +1300
commitcb72ae149f4dc5f85ec7b6c1c529a79980b6321b (patch)
treef83ea25469e2b3b3d3e9b681e36f10b60df9c132 /data
parent490bbc43ae05c0ae7fcac9fd781ffa899634930a (diff)
downloadlightdm-git-cb72ae149f4dc5f85ec7b6c1c529a79980b6321b.tar.gz
Add an option for XDMCP and VNC servers to only listen on one address
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