krbcontext / python-krbcontext

A Kerberos context manager
https://krbcontext.github.io/
GNU General Public License v3.0
25 stars 10 forks source link

Use MEMORY as default ccache #6

Open tkdchen opened 7 years ago

tkdchen commented 7 years ago

Current default ccache depends on what is configured in user's system, that is configured in /etc/krb5.conf generally. MEMORY type ccache would be useful and faster than current behavior, as there is no need to do file operation and probably could avoid potential I/O and permission problems