summaryrefslogtreecommitdiff
path: root/data/pam/lightdm-greeter
blob: 9a6862b531f2d3b57ccc1febdf76f74edaa85cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#%PAM-1.0

# Load environment from /etc/environment and ~/.pam_environment
auth      required pam_env.so

# Always let the greeter start without authentication
auth      required pam_permit.so

# No action required for account management
account   required pam_permit.so

# Can't change password
password  required pam_deny.so

# Setup session
session   required pam_unix.so
session   optional pam_systemd.so