aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_set_default_name.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_set_default_name.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_set_default_name.txt57
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_set_default_name.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_set_default_name.txt
new file mode 100644
index 000000000000..f1eb902c25e8
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_set_default_name.txt
@@ -0,0 +1,57 @@
+krb5_cc_set_default_name - Set the default credential cache name.
+===================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_cc_set_default_name(krb5_context context, const char * name)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **name** - Default credential cache name or NULL
+
+
+..
+
+
+:retval:
+ - 0 Success
+ - KV5M_CONTEXT Bad magic number for _krb5_context structure
+
+
+:return:
+ - Kerberos error codes
+
+..
+
+
+
+
+
+
+
+Set the default credential cache name to *name* for future operations using *context* . If *name* is NULL, clear any previous application-set default name and forget any cached value of the default name for *context* .
+
+
+
+Calls to this function invalidate the result of any previous calls to :c:func:`krb5_cc_default_name()` using *context* .
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+