aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_kt_have_content.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_kt_have_content.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_kt_have_content.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_kt_have_content.txt b/doc/html/_sources/appdev/refs/api/krb5_kt_have_content.txt
new file mode 100644
index 000000000000..dffa94e6ea54
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_kt_have_content.txt
@@ -0,0 +1,50 @@
+krb5_kt_have_content - Check if a keytab exists and contains entries.
+=======================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_kt_have_content(krb5_context context, krb5_keytab keytab)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **keytab** - Key table handle
+
+
+..
+
+
+:retval:
+ - 0 Keytab exists and contains entries
+ - KRB5_KT_NOTFOUND Keytab does not contain entries
+
+
+..
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+.. note::
+
+ New in 1.11
+
+