c894ebe Change session handling

25 files Authored by simo 7 years ago, Committed by jcholast 7 years ago,
    Change session handling
    
    Stop using memcache, use mod_auth_gssapi filesystem based ccaches.
    Remove custom session handling, use mod_auth_gssapi and mod_session to
    establish and keep a session cookie.
    Add loopback to mod_auth_gssapi to do form absed auth and pass back a
    valid session cookie.
    And now that we do not remove ccaches files to move them to the
    memcache, we can avoid the risk of pollutting the filesystem by keeping
    a common ccache file for all instances of the same user.
    
    https://fedorahosted.org/freeipa/ticket/5959
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+3 -7
file modified
+0 -6
file removed
-5
file modified
+0 -2
file modified
+0 -1
file modified
+9 -13
file modified
+3 -1
empty file added
file modified
+2 -0
file modified
+1 -2
file modified
+1 -1
file modified
+0 -1
file modified
+5 -10
file modified
+113 -221
file modified
+13 -1249
file modified
+0 -1
file modified
+0 -3