2004-11-01 13:56:54 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2013-04-22 17:42:35 +00:00
|
|
|
<html><head><title>LAM module HowTo</title>
|
|
|
|
|
|
|
|
|
2015-07-12 09:11:16 +00:00
|
|
|
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-01 13:56:54 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
2013-04-22 17:42:35 +00:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
|
2004-11-01 13:56:54 +00:00
|
|
|
<div style="text-align: center;">
|
|
|
|
<h1>Module HowTo</h1>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div style="text-align: left;">
|
|
|
|
<h2>Basic functions</h2>
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
<div style="text-align: left;">LAM can be easily extended to support
|
|
|
|
additional LDAP object classes and attributes.<br>
|
|
|
|
This document provides a step-by-step description to build an account
|
|
|
|
module. The <span style="font-style: italic;">ieee802Device</span>
|
|
|
|
module which provides MAC addresses for hosts is used as example.<br>
|
|
|
|
<br>
|
|
|
|
<h3><a href="mod_basics.htm">1. Basic concepts</a><br>
|
|
|
|
</h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-01 13:56:54 +00:00
|
|
|
<h3><a href="mod_general.htm">2. General module options</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-01 13:56:54 +00:00
|
|
|
<h3><a href="mod_accountPages.htm">3. Account pages</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-01 13:56:54 +00:00
|
|
|
<h3><a href="mod_help.htm">4. Help entries<br>
|
|
|
|
</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-01 13:56:54 +00:00
|
|
|
<h3><a href="mod_pdf.htm">5. PDF output<br>
|
|
|
|
</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-01 13:56:54 +00:00
|
|
|
<h3><a href="mod_upload.htm">6. File upload</a></h3>
|
|
|
|
<br>
|
|
|
|
<hr style="width: 100%; height: 2px;"><br>
|
|
|
|
<h2>Advanced functions</h2>
|
|
|
|
This part covers additional functionality of the modules which are only
|
|
|
|
needed by a minority of modules. The examples are taken from different
|
|
|
|
existing modules.<br>
|
|
|
|
<br>
|
2004-11-14 15:09:19 +00:00
|
|
|
<h3><a href="mod_profiles.htm">1. Account profiles</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-14 15:09:19 +00:00
|
|
|
<h3><a href="mod_config.htm">2. Configuration options</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-14 17:46:46 +00:00
|
|
|
<h3><a href="mod_upload2.htm">3. Advanced upload options</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2004-11-14 17:46:46 +00:00
|
|
|
<h3><a href="mod_rdn.htm">4. Defining the RDN</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2006-04-29 09:58:17 +00:00
|
|
|
<h3><a href="mod_ext.htm">5. Defining required PHP extensions</a></h3>
|
2013-04-22 17:42:35 +00:00
|
|
|
<h3><a href="mod_selfService.htm">6. Self service</a></h3>
|
2015-07-12 09:11:16 +00:00
|
|
|
<h3><a href="mod_jobs.htm">7. Jobs</a></h3>
|
|
|
|
|
2013-04-22 17:42:35 +00:00
|
|
|
|
2006-04-29 09:58:17 +00:00
|
|
|
<br>
|
2004-11-01 13:56:54 +00:00
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-22 17:42:35 +00:00
|
|
|
</body></html>
|