diff options
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_default.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_cc_default.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_default.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_default.txt new file mode 100644 index 000000000000..3a85ba4a1fd5 --- /dev/null +++ b/doc/html/_sources/appdev/refs/api/krb5_cc_default.txt @@ -0,0 +1,54 @@ +krb5_cc_default - Resolve the default credential cache name. +============================================================== + +.. + +.. c:function:: krb5_error_code krb5_cc_default(krb5_context context, krb5_ccache * ccache) + +.. + + +:param: + + **[in]** **context** - Library context + + **[out]** **ccache** - Pointer to credential cache name + + +.. + + +:retval: + - 0 Success + - KV5M_CONTEXT Bad magic number for _krb5_context structure + - KRB5_FCC_INTERNAL The name of the default credential cache cannot be obtained + + +:return: + - Kerberos error codes + +.. + + + + + + + +Create a handle to the default credential cache as given by :c:func:`krb5_cc_default_name()` . + + + + + + + + + + +.. + + + + + |
