keyhole logo

krb5plugin_db_ftable_desc Struct Reference

Description of the krb5 DB plugin facility. More...

#include <db_plugin.h>

Detailed Description

Description of the krb5 DB plugin facility.

The krb5_aname_to_lname(3) function's DB rule is pluggable. The plugin is named KRB5_PLUGIN_DB ("krb5_db_plug"), with a single minor version, KRB5_PLUGIN_DB_VERSION_0 (0).

The plugin consists of a data symbol referencing a structure of type krb5plugin_db_ftable_desc, with three fields:

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

The init entry point is expected to call heim_db_register(). The fini entry point is expected to do nothing.


The documentation for this struct was generated from the following file:

Generated on Tue Nov 15 2022 14:04:26 for Heimdal Kerberos 5 library by doxygen 1.9.1