On 8/13/20 8:45 AM, Joakim Tjernlund wrote: > Looking at the mit-krb5 code is seems to me that rcache type "none" always > returns true so I could just make : > have_rcache_type(const char *type) { return 1; } > Is that a correct assumption ? Yes, since it is no longer necessary to detect really old versions. I would recommend switching to mod_auth_gssapi if possible.