summaryrefslogtreecommitdiffstats
path: root/kde/post-install/sddm-qt5/pam.d/sddm-autologin
blob: 3602395446fba1c48070818be4e11aeb70b1b2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#%PAM-1.0
auth       requisite    pam_nologin.so
auth       required     pam_env.so
auth       required     pam_shells.so

# Uncomment this line to restrict autologin to users with a UID greater
# than 999 (in other words, don't allow autologin for root):
#auth       required     pam_succeed_if.so        uid >= 1000 quiet

auth       required     pam_permit.so
-auth      optional     pam_gnome_keyring.so
-auth      optional     pam_kwallet5.so

account    include      system-auth

password   include      system-auth

session    substack     system-auth
session    required     pam_loginuid.so
-session   optional     pam_ck_connector.so      nox11
-session   optional     pam_elogind.so
-session   optional     pam_gnome_keyring.so     auto_start
-session   optional     pam_kwallet5.so          auto_start
session    include      postlogin