.\" $NetBSD: krb5plugin_db_ftable_desc.3,v 1.3 2023/06/19 21:41:40 christos Exp $ .\" .TH "krb5plugin_db_ftable_desc" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal Kerberos 5 library" \" -*- nroff -*- .ad l .nh .SH NAME krb5plugin_db_ftable_desc \- Description of the krb5 DB plugin facility\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Detailed Description" .PP 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)\&. .PP The plugin consists of a data symbol referencing a structure of type \fBkrb5plugin_db_ftable_desc\fP, with three fields: .PP \fBParameters\fP .RS 4 \fIinit\fP Plugin initialization function (see krb5-plugin(7)) .br \fIminor_version\fP The plugin minor version number (0) .br \fIfini\fP Plugin finalization function .RE .PP The init entry point is expected to call heim_db_register()\&. The fini entry point is expected to do nothing\&. .SH "Author" .PP Generated automatically by Doxygen for Heimdal Kerberos 5 library from the source code\&.