aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_get_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_get_config.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_get_config.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_get_config.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_get_config.txt
new file mode 100644
index 000000000000..4021ee60e7f5
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_get_config.txt
@@ -0,0 +1,58 @@
+krb5_cc_get_config - Get a configuration value from a credential cache.
+=========================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_cc_get_config(krb5_context context, krb5_ccache id, krb5_const_principal principal, const char * key, krb5_data * data)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **id** - Credential cache handle
+
+ **[in]** **principal** - Configuration for this principal; if NULL, global for the whole cache
+
+ **[in]** **key** - Name of config variable
+
+ **[out]** **data** - Data to be fetched
+
+
+..
+
+
+:retval:
+ - 0 Success
+
+
+:return:
+ - Kerberos error codes
+
+..
+
+
+
+
+
+
+
+Use :c:func:`krb5_free_data_contents()` to free *data* when it is no longer needed.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+