krb5_copy_creds - Copy a krb5_creds structure.¶
- krb5_error_code krb5_copy_creds(krb5_context context, const krb5_creds * incred, krb5_creds ** outcred)¶
param: | [in] context - Library context [in] incred - Credentials structure to be copied [out] outcred - Copy of incred |
---|
retval: |
|
---|
This function creates a new credential with the contents of incred . Use krb5_free_creds() to free outcred when it is no longer needed.