Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/lightdm/files: lightdm-autologin
Date: Sat, 19 Nov 2011 21:04:58
Message-Id: 20111119202734.BE4DB2004B@flycatcher.gentoo.org
1 hwoarang 11/11/19 20:27:34
2
3 Added: lightdm-autologin
4 Log:
5 Add pam file to allow autologins. Bug #390863 thanks to Ben Kohler <bkohler@×××××.com>
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/lightdm/files/lightdm-autologin
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm-autologin?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/lightdm-autologin?rev=1.1&content-type=text/plain
14
15 Index: lightdm-autologin
16 ===================================================================
17 #%PAM-1.0
18 auth optional pam_env.so
19 auth required pam_nologin.so
20 auth required pam_permit.so
21 account include system-login
22 password include system-login
23 session include system-auth
24 # For the keyring to unlock with autologin, you need to set an empty
25 # password on the keyring.
26 #Keyring=session optional pam_gnome_keyring.so auto_start