54135ec Store session cookie in ccache for cli users

7 files Authored by rcritten 11 years ago, Committed by mkosek 11 years ago,
    Store session cookie in ccache for cli users
    
    Try to use the URI /ipa/session/xml if there is a key in the kernel
    keyring. If there is no cookie or it turns out to be invalid (expired,
    whatever) then use the standard URI /ipa/xml. This in turn will create
    a session that the user can then use later.
    
    https://fedorahosted.org/freeipa/ticket/2331
    
        
file modified
+1 -0
file modified
+9 -1
file modified
+74 -11
file modified
+164 -66