GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
krb5plugin_db_ftable_desc(3) HeimdalKerberos5library krb5plugin_db_ftable_desc(3)

krb5plugin_db_ftable_desc - Description of the krb5 DB plugin facility.

#include <db_plugin.h>

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:

init Plugin initialization function (see krb5-plugin(7))
minor_version The plugin minor version number (0)
fini Plugin finalization function

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

Generated automatically by Doxygen for HeimdalKerberos5library from the source code.
Fri Jun 7 2019 Version 7.7.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.