summaryrefslogtreecommitdiffstats
path: root/src/tests/gssapi/ccrefresh.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename ccache configuration macrosZhanna Tsitkov2013-01-091-4/+4
| | | | | KRB5_CONF_ prefix should be used for the krb5/kdc.conf parameters. Use KRB5_CC_CONF_ prefix for cache configuration variables.
* Add client keytab initiation supportGreg Hudson2012-07-021-0/+80
Support acquiring GSSAPI krb5 credentials by fetching initial credentials using the client keytab. Credentials obtained this way will be stored in the default ccache or collection, and will be refreshed when they are halfway to expiring. ticket: 7189 (new)