]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - help/C/autologin.page
Load all users only when really needed
[sojka/lightdm.git] / help / C / autologin.page
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>