51b186b Generate a unique cache for each connection

Authored and Committed by rcritten 3 years ago
    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
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Francois Cami <fcami@redhat.com>
    
        
file modified
+3 -0
file modified
+4 -0
file modified
+2 -0