| Index: src/platform/screenlocker/xscreensaver
|
| diff --git a/src/platform/screenlocker/xscreensaver b/src/platform/screenlocker/xscreensaver
|
| index 4470b64badf26fea70afecbf4d08c66c3e3a0dad..ee089201b89cf8a1198beb87ea5482d158153af7 100644
|
| --- a/src/platform/screenlocker/xscreensaver
|
| +++ b/src/platform/screenlocker/xscreensaver
|
| @@ -4,12 +4,12 @@
|
|
|
| # /etc/pam.d/xscreensaver
|
| #
|
| -# Configure the pam modules that slim uses to authenticate the user.
|
| +# Configure the pam modules that xscreensaver uses to authenticate the user.
|
|
|
| # We borrow from the system default in /etc/pam.d/common-*
|
|
|
| # from common-auth
|
| -auth [success=1 default=ignore] pam_google.so offline_first
|
| +auth [success=1 default=ignore] chromeos_pam_offline.so
|
| auth requisite pam_deny.so
|
| auth required pam_permit.so
|
|
|
|
|