Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: src/platform/screenlocker/xscreensaver

Issue 554021: integrate pam_offline with the build and packaging system (Closed)
Patch Set: re-add dependency on openssl, this time using the correct name Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/screenlocker/debian/changelog ('k') | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/platform/screenlocker/debian/changelog ('k') | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698