diff options
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_move.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_cc_move.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_move.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_move.txt new file mode 100644 index 0000000000000..ba9f0fd1ee7dc --- /dev/null +++ b/doc/html/_sources/appdev/refs/api/krb5_cc_move.txt @@ -0,0 +1,54 @@ +krb5_cc_move - Move a credential cache. +========================================= + +.. + +.. c:function:: krb5_error_code krb5_cc_move(krb5_context context, krb5_ccache src, krb5_ccache dst) + +.. + + +:param: + + **[in]** **context** - Library context + + **[in]** **src** - The credential cache to move the content from + + **[in]** **dst** - The credential cache to move the content to + + +.. + + +:retval: + - 0 Success; src is closed. + + +:return: + - Kerberos error codes; src is still allocated. + +.. + + + + + + + +This function reinitializes *dst* and populates it with the credentials and default principal of *src* ; then, if successful, destroys *src* . + + + + + + + + + + +.. + + + + + |
