URL: https://github.com/freeipa/freeipa/pull/5307 Author: rcritten Title: #5307: Generate a unique cache for each connection Action: opened
PR body: """ Generate a unique cache for each connection
Rather than having a shared ccache per user, configure mod_auth_gssapi to create a unique one. This requires cleanup to remove expired caches. A new script is added, ipa-ccache-sweeper to do this. It will be invoked by a new service, ipa-ccache-sweep, which will be executed every 12 hours by an equally-named timer.
https://pagure.io/freeipa/issue/8589 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5307/head:pr5307 git checkout pr5307
URL: https://github.com/freeipa/freeipa/pull/5307 Author: rcritten Title: #5307: Generate a unique cache for each connection Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5307/head:pr5307 git checkout pr5307
freeipa-devel@lists.fedorahosted.org