summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-08-17 14:02:09 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-08-17 14:02:09 +1200
commitc12fdf1dbf8120a199847191ef4e2a7d76be93f1 (patch)
tree1bbf8940822f907b9041fc40c0aa987df5f35782 /data
parent4e8864dd6dfb3b5bde58d47b8e57ebe3fbf68aed (diff)
downloadlightdm-git-c12fdf1dbf8120a199847191ef4e2a7d76be93f1.tar.gz
Update default configuration better explaining the seat configuration name matching and dropping references to the obsolete [SeatDefaults] section
Diffstat (limited to 'data')
-rw-r--r--data/lightdm.conf16
1 files changed, 5 insertions, 11 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index 72a4a908..735e108a 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -33,10 +33,12 @@
#greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
#
-# Seat defaults
+# Seat configuration
#
-# PLEASE NOTE: [SeatDefaults] section is deprecated and won't be supported in the future.
-# Users are encouraged to update their lightdm.conf files, using [Seat:*] instead.
+# Seat configuration is matched against the seat name glob in the section, for example:
+# [Seat:*] matches all seats and is applied first.
+# [Seat:seat0] matches the seat named "seat0".
+# [Seat:thin-client*] matches all seats that have names that start with "thin-client".
#
# type = Seat type (xlocal, xremote)
# pam-service = PAM service to use for login
@@ -122,14 +124,6 @@
#exit-on-failure=false
#
-# Seat configuration
-#
-# Each seat must start with "Seat:".
-# Uses settings from [Seat:*], any of these can be overriden by setting them in this section.
-#
-#[Seat:0]
-
-#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed