[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
<div style="max-width:60em;">
This directory contains source code for authentication agents.
<p>
<style>td,th{vertical-align:top;}</style>
<table cellpadding="5" cellspacing="0" border="1"
style="border-collapse:collapse;border:1px solid black;">
<tr><th>Source Code</th><th>Comment</th></tr>

<tr><td><a href="authagent_example.c">authagent_example.c</a></td>
<td>An example authorization agent implemented in C.</td></tr>
<tr><td><a href="authagent_example_proc.com">authagent_example_proc.com</a></td>
<td>An example authentication agent implemented in DCL!
</td></tr>

<tr><td><a href="authagent_CEL.c">authagent_CEL.c</a></td>
<td>An real/example authentication agent, behaving in much the same manner as
the OSU (DECthreads) server CEL_authenticator program.
</td></tr>

<tr><td><a href="authagent_LDAP_1.c">authagent_LDAP_1.c</a></td>
<td>This agent uses the LDAP server to both identify the client and
authenticate (check the password).  This puts slightly more load on the LDAP
server and is considered by some to be a mild abuse of LDAP directory
function.  Requires VMS V 7.3 or later and the HP [Open]SSL product.
</td></tr>

<tr><td><a href="authagent_LDAP_2.c">authagent_LDAP_2.c</a></td>
<td>This agent uses the LDAP server to identify the client but then performs
it's own authentication using password digest or the SYSUAF.  Requires VMS V
7.3 or later and the HP [Open]SSL product.
</td></tr> 

<tr><td><a href="lookagent.c">lookagent.c</a></td>
<td>A real WASD v12 TCP/IP host name/resolution agent.
</td></tr>

<tr><td><a href="metagent.c">metagent.c</a></td>
<td>A WASD v12 proof-of-concept meta-agent.
</td></tr>

<tr><td><a href="accagent.c">accagent.c</a></td>
<td>A WASD v12 proof-of-concept network accept agent.
</td></tr>

</table>
<font size="-1"><i>
&nbsp;<sup>*</sup>Note that these example agents require configuration before
they can be experimented with.
</i></font>
</div>