]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - help/C/standard-authentication.page
Load all users only when really needed
[sojka/lightdm.git] / help / C / standard-authentication.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="standard-authentication">
4
5 <info>
6   <link type="guide" xref="index#authentication"/>
7 </info>
8
9 <title>Standard Authentication</title>
10
11 <p>
12 Authentication is performed using the <code>lightdm</code> PAM service.
13 This service is configured by default to use the unix PAM modules and performs traditional password authentication.
14 Authentication is initiated by the greeter and may involve informational messages and prompts to the user.
15 Once authentication is complete the greeter is allowed to start a <link xref="index#sessions">user session</link>.
16 </p>
17 <p>
18 If required this service can be modified to support any authentication scheme that is compatible with PAM.
19 </p>
20
21 </page>