[an error occurred while processing this directive]
krb5_error_code krb5_cc_store_cred( krb5_context context, krb5_ccache id, krb5_creds *creds );
The context structure.
A credentials cache identifier.
The credentials to store in the cache.
This routine stores creds in the cache id, tagged with creds->client. It requires that id identifies a valid credentials cache.
This routine returns one of the following KRB5 status codes:
Permission error.