aboutsummaryrefslogtreecommitdiff
path: root/sysutils/google-compute-engine-oslogin/files/patch-nss__cache_nss__cache.cc
blob: 79815874216002251af982666627a026a92047ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- nss_cache/nss_cache.cc.orig	2018-06-11 17:16:50 UTC
+++ nss_cache/nss_cache.cc
@@ -31,8 +31,8 @@ using oslogin_utils::MutexLock;
 using oslogin_utils::NssCache;
 
 // File paths for the nss cache file.
-static const char kDefaultFilePath[] = "/etc/oslogin_passwd.cache";
-static const char kDefaultBackupFilePath[] = "/etc/oslogin_passwd.cache.bak";
+static const char kDefaultFilePath[] = "/usr/local/etc/oslogin_passwd.cache";
+static const char kDefaultBackupFilePath[] = "/usr/local/etc/oslogin_passwd.cache.bak";
 
 // Local NSS Cache size. This affects the maximum number of passwd entries per
 // http request.