From d684f11da759490a8d98d7b790796106285f4084 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 4 Apr 2018 04:21:19 +0000 Subject: Import Heimdal 7.5.0. --- .../structkrb5plugin__kuserok__ftable__desc.html | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html (limited to 'doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html') diff --git a/doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html b/doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html new file mode 100644 index 000000000000..060c59632e31 --- /dev/null +++ b/doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html @@ -0,0 +1,63 @@ + + +krb5plugin_kuserok_ftable_desc Struct Reference + + + +

+keyhole logo +

+ + + + + + + +
+
+
krb5plugin_kuserok_ftable_desc Struct Reference
+
+
+ +

Description of the krb5_kuserok(3) plugin facility. + More...

+ +

#include <kuserok_plugin.h>

+

Detailed Description

+

Description of the krb5_kuserok(3) plugin facility.

+

The krb5_kuserok(3) function is pluggable. The plugin is named KRB5_PLUGIN_KUSEROK ("krb5_plugin_kuserok"), with a single minor version, KRB5_PLUGIN_KUSEROK_VERSION_0 (0).

+

The plugin for krb5_kuserok(3) consists of a data symbol referencing a structure of type krb5plugin_kuserok_ftable, with four fields:

+
Parameters
+ + + + + +
initPlugin initialization function (see krb5-plugin(7))
minor_versionThe plugin minor version number (0)
finiPlugin finalization function
kuserokPlugin kuserok function
+
+
+

The kuserok field is the plugin entry point that performs the traditional kuserok operation however the plugin desires. It is invoked in no particular order relative to other kuserok plugins, but it has a 'rule' argument that indicates which plugin is intended to act on the rule. The plugin kuserok function must return KRB5_PLUGIN_NO_HANDLE if the rule is not applicable to it.

+

The plugin kuserok function has the following arguments, in this order:

+
    +
  1. plug_ctx, the context value output by the plugin's init function
  2. +
  3. context, a krb5_context
  4. +
  5. rule, the kuserok rule being evaluated (from krb5.conf(5))
  6. +
  7. flags
  8. +
  9. k5login_dir, configured location of k5login per-user files if any
  10. +
  11. luser, name of the local user account to which principal is attempting to access.
  12. +
  13. principal, the krb5_principal trying to access the luser account
  14. +
  15. result, a krb5_boolean pointer where the plugin will output its result
  16. +
+

The documentation for this struct was generated from the following file: +
+
+Generated on Fri Dec 8 2017 03:48:59 for HeimdalKerberos5library by doxygen 1.8.13
+ + -- cgit v1.3