krb5_error_code krb5_cc_copy_creds ( krb5_context context, krb5_ccache incc, krb5_ccache outcc );
The context structure.
The credentials to be copied.
The copy of the credentials.
This routine creates a copy of the set of credentials found in incc. The copy is returned in outcc.
This routine returns the following KRB5 status code:
Kerberos errors.