1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3<title>krb5plugin_db_ftable_desc Struct Reference</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5<link href="tabs.css" rel="stylesheet" type="text/css"> 6</head><body> 7<p> 8<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a> 9</p> 10<!-- end of header marker --> 11<!-- Generated by Doxygen 1.9.1 --> 12<script type="text/javascript" src="menudata.js"></script> 13<script type="text/javascript" src="menu.js"></script> 14<script type="text/javascript"> 15/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 16$(function() { 17 initMenu('',false,false,'search.php','Search'); 18}); 19/* @license-end */</script> 20<div id="main-nav"></div> 21</div><!-- top --> 22<div class="header"> 23 <div class="headertitle"> 24<div class="title">krb5plugin_db_ftable_desc Struct Reference<div class="ingroups"><a class="el" href="group__krb5__support.html">Heimdal Kerberos 5 support functions</a></div></div> </div> 25</div><!--header--> 26<div class="contents"> 27 28<p>Description of the krb5 DB plugin facility. 29 <a href="structkrb5plugin__db__ftable__desc.html#details">More...</a></p> 30 31<p><code>#include <db_plugin.h></code></p> 32<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> 33<div class="textblock"><p>Description of the krb5 DB plugin facility. </p> 34<p>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).</p> 35<p>The plugin consists of a data symbol referencing a structure of type <a class="el" href="structkrb5plugin__db__ftable__desc.html" title="Description of the krb5 DB plugin facility.">krb5plugin_db_ftable_desc</a>, with three fields:</p> 36<dl class="params"><dt>Parameters</dt><dd> 37 <table class="params"> 38 <tr><td class="paramname">init</td><td>Plugin initialization function (see krb5-plugin(7))</td></tr> 39 <tr><td class="paramname">minor_version</td><td>The plugin minor version number (0)</td></tr> 40 <tr><td class="paramname">fini</td><td>Plugin finalization function</td></tr> 41 </table> 42 </dd> 43</dl> 44<p>The init entry point is expected to call heim_db_register(). The fini entry point is expected to do nothing. </p> 45</div><hr/>The documentation for this struct was generated from the following file:<ul> 46<li>/home/jaltman/src/sourdough-waffles/lib/krb5/db_plugin.h</li> 47</ul> 48</div><!-- contents --> 49<hr size="1"><address style="text-align: right;"><small> 50Generated on Tue Nov 15 2022 14:04:26 for Heimdal Kerberos 5 library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.9.1</small></address> 51</body> 52</html> 53