I think I am starting to become confused. At least in trixie and
bookworm-backports, we seem to be linking against MIT. This seems to
work now on my machine. Let's hope this is a general thing.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
#define PAKFIRE_STATS_WHEN_BUSY S_TO_US(15)
#define PAKFIRE_STATS_WHEN_IDLE S_TO_US(60)
-// It would be nice store the credentials cache in memory, but on Debian,
-// cURL is compiled with Heimdal which is incompatible with the KRB5 in-memory cache.
-// The on-disk format is however is compatible between two implementations.
-#define KRB5_CREDENTIALS_CACHE "FILE:/tmp/krb5cc_pakfire-daemon"
+// Store all Kerberos credentials in memory
+#define KRB5_CREDENTIALS_CACHE "MEMORY:"
// The default keytab
#define KRB5_DEFAULT_KEYTAB "/etc/krb5.keytab"