python-krbcontext icon indicating copy to clipboard operation
python-krbcontext copied to clipboard

Use MEMORY as default ccache

Open tkdchen opened this issue 8 years ago • 0 comments

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

tkdchen avatar Aug 08 '17 13:08 tkdchen