]> git.michaelhowe.org Git - packages/m/mh-sysadmin-tools.git/commitdiff
Create krb5ccaches in /var/tmp rather than /tmp so NFS doesn't get unhappy
authorMichael Howe <michael@michaelhowe.org>
Mon, 9 Dec 2013 20:33:24 +0000 (20:33 +0000)
committerMichael Howe <michael@michaelhowe.org>
Mon, 9 Dec 2013 20:33:24 +0000 (20:33 +0000)
bin/with-creds
debian/changelog

index 02259d4933d33c54d2ba646698203618b786b854..a8724eea1192efd0646638fe52ea5e7d59cdd1a4 100755 (executable)
@@ -68,7 +68,7 @@ if [ -n "$aklog" ]; then
     EXTRAOPTS="-t"
 fi
 
-export KRB5CCNAME=/tmp/krb5cc_${UID}_${KRBUSER}_${userpart}
+export KRB5CCNAME=/var/tmp/krb5cc_${UID}_${KRBUSER}_${userpart}
 
 k5start -H 30 -u "$PRINC" $EXTRAOPTS
 
index 26021578d6e9840a628309efecf48c6a91cc3146..06f9cdfbb7e6d81b62d7f2855ce77b5075131394 100644 (file)
@@ -1,3 +1,9 @@
+mh-sysadmin-tools (1.5) unstable; urgency=low
+
+  * with-creds: use /var/tmp for ccaches 
+
+ -- Michael Howe <michael@michaelhowe.org>  Mon, 09 Dec 2013 20:32:42 +0000
+
 mh-sysadmin-tools (1.4) unstable; urgency=low
 
   * rksu: rewrite in perl, make syntax consistent with Sysdev's