jborean93 / pykrb5

Python krb5 API interface
MIT License
17 stars 8 forks source link

Add basic collection ccache APIs #7

Closed jborean93 closed 3 years ago

jborean93 commented 3 years ago

Adds the krb5_cc_switch, krb5_cc_support_switch, and krb5_cc_cache_match APIs to support finding and swaping the credential cache used in a collection of caches like DIR.

Fixes https://github.com/jborean93/pykrb5/issues/6