summaryrefslogtreecommitdiffstats
path: root/mod_auth_kerb-5.4-cachedir.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-09 13:56:52 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-09 13:56:52 +0200
commit2f0a093ddcf1c9320b5d7ceac8cc597253c49125 (patch)
tree056a1039c30da4dc22447c349ea61489d13c4c7f /mod_auth_kerb-5.4-cachedir.patch
parent094adfabda4a92941f61f3132025fca1492f5fea (diff)
mod_auth_kerb: sync with rawhide
Diffstat (limited to 'mod_auth_kerb-5.4-cachedir.patch')
-rw-r--r--mod_auth_kerb-5.4-cachedir.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_auth_kerb-5.4-cachedir.patch b/mod_auth_kerb-5.4-cachedir.patch
index 460db0c..ebc4358 100644
--- a/mod_auth_kerb-5.4-cachedir.patch
+++ b/mod_auth_kerb-5.4-cachedir.patch
@@ -9,7 +9,7 @@ switch the cache dir to be relative to runtimedir.
krb5_ccache tmp_ccache = NULL;
- ccname = apr_psprintf(r->connection->pool, "FILE:%s/krb5cc_apache_XXXXXX", P_tmpdir);
-+ ccname = apr_pstrdup(r->connection->pool, "FILE:/run/user/apache/krb5cc_apache_XXXXXX");
++ ccname = apr_pstrdup(r->connection->pool, "FILE:/run/httpd/krbcache/krb5cc_apache_XXXXXX");
fd = mkstemp(ccname + strlen("FILE:"));
if (fd < 0) {
log_rerror(APLOG_MARK, APLOG_ERR, 0, r,