#%PAM-1.0

# Block login if they are disabled
auth      required pam_nologin.so

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

# Use /etc/passwd and /etc/shadow for passwords
auth      required pam_unix.so

# Gnome Keyring's PAM support
auth      optional pam_gnome_keyring.so

# Check account is active, change password if required
account   required pam_unix.so

# Allow password to be changed
password  required pam_unix.so

# Setup session
session   required pam_unix.so

# To set ACLs correctly with systemd
session   required pam_systemd.so

# To get apps needing consolehelper working
session   optional pam_console.so

# Gnome Keyring's PAM support
session   optional pam_gnome_keyring.so auto_start

# To enable tmpfs for xguest account (mga#4950)
session   required pam_namespace.so
