summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_allow_weak_crypto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_allow_weak_crypto.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_allow_weak_crypto.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_allow_weak_crypto.txt b/doc/html/_sources/appdev/refs/api/krb5_allow_weak_crypto.txt
new file mode 100644
index 000000000000..f81d5040fb2c
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_allow_weak_crypto.txt
@@ -0,0 +1,49 @@
+krb5_allow_weak_crypto - Allow the appplication to override the profile's allow_weak_crypto setting.
+======================================================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_allow_weak_crypto(krb5_context context, krb5_boolean enable)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **enable** - Boolean flag
+
+
+..
+
+
+:retval:
+ - 0 (always)
+
+
+..
+
+
+
+
+
+
+
+This function allows an application to override the allow_weak_crypto setting. It is primarily for use by aklog.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+