diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-09-20 13:41:53 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-09-20 13:41:53 +1000 |
commit | 5f18410c64d59d3313c1c673387d52dd7dcc8b17 (patch) | |
tree | 9be63f1b7145f9e1ea13fd7fe1402240df045a23 /data/lightdm.conf | |
parent | c69c36f6d93abb16076c9bd50ecba22eb0acb2d4 (diff) | |
download | lightdm-5f18410c64d59d3313c1c673387d52dd7dcc8b17.tar.gz |
Allow TCP/IP connections if xserver-allow-tcp is true
Diffstat (limited to 'data/lightdm.conf')
-rw-r--r-- | data/lightdm.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf index 6b2715b9..f682a602 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -32,7 +32,8 @@ # xserver-command = X server command to run # xserver-layout = Layout to pass to X server # xserver-config = Config file to pass to X server -# xdmcp-manager = XDMCP manager to connect to +# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server +# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true) # xdmcp-port = XDMCP UDP/IP port to communicate on # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf) # greeter-session = Session to load for greeter @@ -55,6 +56,7 @@ #xserver-command=X #xserver-layout= #xserver-config= +#xserver-allow-tcp=false #xdmcp-manager= #xdmcp-port=177 #xdmcp-key= |