14 lines
327 B
Bash
14 lines
327 B
Bash
|
|
#%PAM-1.0
|
||
|
|
|
||
|
|
auth requisite pam_nologin.so
|
||
|
|
auth include system-local-login
|
||
|
|
auth optional pam_gnome_keyring.so
|
||
|
|
|
||
|
|
account include system-local-login
|
||
|
|
|
||
|
|
session include system-local-login
|
||
|
|
session optional pam_gnome_keyring.so auto_start
|
||
|
|
|
||
|
|
password include system-local-login
|
||
|
|
|