#%PAM-1.0
auth	sufficient	pam_rootok.so
auth	required	pam_unix.so try_first_pass nullok
# Enables the GNOME Keyring stuff
auth	optional	pam_gnome_keyring.so
auth	include		system-auth

account	required	pam_unix.so

session	required	pam_xauth.so
session	optional	pam_console.so
# Enables the GNOME Keyring stuff by starting the gnome-keyring-daemon
session	optional	pam_gnome_keyring.so auto_start

