aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_get_init_creds_opt_set_anonymous.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_get_init_creds_opt_set_anonymous.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_get_init_creds_opt_set_anonymous.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_get_init_creds_opt_set_anonymous.txt b/doc/html/_sources/appdev/refs/api/krb5_get_init_creds_opt_set_anonymous.txt
new file mode 100644
index 000000000000..6953b2c526c6
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_get_init_creds_opt_set_anonymous.txt
@@ -0,0 +1,42 @@
+krb5_get_init_creds_opt_set_anonymous - Set or unset the anonymous flag in initial credential options.
+========================================================================================================
+
+..
+
+.. c:function:: void krb5_get_init_creds_opt_set_anonymous(krb5_get_init_creds_opt * opt, int anonymous)
+
+..
+
+
+:param:
+
+ **[in]** **opt** - Options structure
+
+ **[in]** **anonymous** - Whether to make an anonymous request
+
+
+..
+
+
+
+..
+
+
+
+
+
+
+
+This function may be used to request anonymous credentials from the KDC by setting *anonymous* to non-zero. Note that anonymous credentials are only a request; clients must verify that credentials are anonymous if that is a requirement.
+
+
+
+
+
+
+..
+
+
+
+
+