summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-16 18:58:53 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-16 18:58:53 +1000
commitd0f9e42bd57ae74c8eba8182bfbd1236be15860f (patch)
tree6ca1f917cd56149dcb98260af8270b810d2d3c67 /data
parent89948d0fce76db4c8531c135e0001429656d4d55 (diff)
downloadlightdm-d0f9e42bd57ae74c8eba8182bfbd1236be15860f.tar.gz
Allow autologin as guest
Diffstat (limited to 'data')
-rw-r--r--data/lightdm.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index a137cfec..69bdd1c8 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -23,7 +23,8 @@ seats=Seat0
# greeter-theme = Greeter theme to use
# xsession = X session to load by default
# xsession-wrapper = Wrapper script to run X session with
-# autologin-user = User to log in with by default
+# autologin-guest = True to log in as guest by default
+# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
#
#[Defaults]
@@ -33,6 +34,7 @@ seats=Seat0
#greeter-theme=example-gtk-gnome
#xsession=gnome
#xsession-wrapper=
+#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0