summaryrefslogtreecommitdiff
path: root/static/netbsd/man3/krb5plugin_db_ftable_desc.3
blob: b8b3b8949e120eb2a0c64f0a46847c7916de20b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.\"	$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 <db_plugin\&.h>\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\&.