-

krb5_cc_get_config - Get a configuration value from a credential cache.

+

krb5_cc_get_config - Get a configuration value from a credential cache.

-krb5_error_code krb5_cc_get_config(krb5_context context, krb5_ccache id, krb5_const_principal principal, const char *key, krb5_data *data)
+krb5_error_code krb5_cc_get_config(krb5_context context, krb5_ccache id, krb5_const_principal principal, const char *key, krb5_data *data)
-
param
+
param:

[in] context - Library context

[in] id - Credential cache handle

[in] principal - Configuration for this principal; if NULL, global for the whole cache

@@ -69,12 +67,12 @@
-
retval
+
retval:
  • 0 Success

-
return
+
return:
  • Kerberos error codes

@@ -142,8 +140,8 @@