~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to help/C/autologin.page

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="guide"
 
3
      id="auto-login">
 
4
 
 
5
<info>
 
6
  <link type="guide" xref="index#authentication"/>
 
7
</info>
 
8
  
 
9
<title>Automatic/Timed Login</title>
 
10
 
 
11
<p>
 
12
Automatic and timed login allows a <link xref="index#sessions">user session</link> to be started without any authentication.
 
13
This is useful for systems where security is not required (for example personal laptops) and kiosk type systems where the user session is considered secure.
 
14
</p>
 
15
<p>
 
16
Automatic login is <link xref="config">configured</link> for a seat by setting the <code>autologin-user</code> setting to the name of the user account to automatically log into or setting <code>autologin-guest</code> to <code>true</code> to automatically log into a guest account.
 
17
You can set <code>autologin-session</code> to set the session to override the <link xref="default-session">default</link>.
 
18
</p>
 
19
<p>
 
20
Timed login is configured by setting <code>autologin-user-timeout</code> to the number of seconds to wait until performing the automatic login.
 
21
During this time a greeter will be displayed allowing the user to pick another account before the timer expires.
 
22
</p>
 
23
<p>
 
24
When performing an automatic login LightDM uses the <code>lightdm-autologin</code> PAM service.
 
25
</p>
 
26
</page>