bc7eb99 Fix session cookies

2 files Authored by frenaud 7 years ago, Committed by mbabinsk 7 years ago,
    Fix session cookies
    
    The CLI was not using session cookies for communication with IPA API.
    The kernel_keyring code was expecting the keyname to be a string, but
    in python 2 a unicode was supplied (the key is built using
    ipa_session_cookie:%principal and principal is a unicode).
    
    The patch fixes the assertions, allowing to store and retrieve the cookie.
    It also adds a test with unicode key name.
    
    https://fedorahosted.org/freeipa/ticket/5984
    
    Reviewed-By: Petr Spacek <pspacek@redhat.com>
    
        
file modified
+8 -7