From 2f0a093ddcf1c9320b5d7ceac8cc597253c49125 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Aug 2012 13:56:52 +0200 Subject: mod_auth_kerb: sync with rawhide --- mod_auth_kerb-5.4-cachedir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod_auth_kerb-5.4-cachedir.patch') 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, -- cgit