6e57abb Fix CustodiaClient ccache handling

2 files Authored by cheimes 4 years ago, Committed by abbra 4 years ago,
    Fix CustodiaClient ccache handling
    
    A CustodiaClient object has to the process environment a bit, e.g. set
    up GSSAPI credentials. To reuse the credentials in libldap connections,
    it is also necessary to set up a custom ccache store and to set the
    environment variable KRBCCNAME temporarily.
    
    Fixes: https://pagure.io/freeipa/issue/7964
    Co-Authored-By: Fraser Tweedale <ftweedal@redhat.com>
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+79 -64