diff options
Diffstat (limited to 'doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html')
-rw-r--r-- | doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html b/doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html new file mode 100644 index 000000000000..5580e662a797 --- /dev/null +++ b/doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html @@ -0,0 +1,51 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> +<title>krb5plugin_db_ftable_desc Struct Reference</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +<link href="tabs.css" rel="stylesheet" type="text/css"> +</head><body> +<p> +<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a> +</p> +<!-- end of header marker --> +<!-- Generated by Doxygen 1.8.13 --> +<script type="text/javascript" src="menudata.js"></script> +<script type="text/javascript" src="menu.js"></script> +<script type="text/javascript"> +$(function() { + initMenu('',false,false,'search.php','Search'); +}); +</script> +<div id="main-nav"></div> +</div><!-- top --> +<div class="header"> + <div class="headertitle"> +<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> +</div><!--header--> +<div class="contents"> + +<p>Description of the krb5 DB plugin facility. + <a href="structkrb5plugin__db__ftable__desc.html#details">More...</a></p> + +<p><code>#include <db_plugin.h></code></p> +<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> +<div class="textblock"><p>Description of the krb5 DB plugin facility. </p> +<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> +<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> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramname">init</td><td>Plugin initialization function (see krb5-plugin(7))</td></tr> + <tr><td class="paramname">minor_version</td><td>The plugin minor version number (0)</td></tr> + <tr><td class="paramname">fini</td><td>Plugin finalization function</td></tr> + </table> + </dd> +</dl> +<p>The init entry point is expected to call heim_db_register(). The fini entry point is expected to do nothing. </p> +</div><hr/>The documentation for this struct was generated from the following file:<ul> +<li>/Volumes/gitvol/viktor/heimdal/lib/krb5/db_plugin.h</li> +</ul> +</div><!-- contents --> +<hr size="1"><address style="text-align: right;"><small> +Generated on Fri Dec 8 2017 03:48:59 for HeimdalKerberos5library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.8.13</small></address> +</body> +</html> |