95 lines
3.1 KiB
HTML
95 lines
3.1 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta content="text/html; charset=ISO-8859-15"
|
||
|
http-equiv="content-type">
|
||
|
<title>Account modules</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p align="center">
|
||
|
<script type="text/javascript"><!--
|
||
|
google_ad_client = "pub-4179059556107138";
|
||
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
||
|
google_ad_width = 728;
|
||
|
google_ad_height = 90;
|
||
|
google_ad_format = "728x90_as";
|
||
|
google_ad_type = "text_image";
|
||
|
google_ad_channel ="";
|
||
|
google_page_url = document.location;
|
||
|
google_color_border = "EEEEEE";
|
||
|
google_color_bg = "FFFFFF";
|
||
|
google_color_link = "0000FF";
|
||
|
google_color_url = "008000";
|
||
|
google_color_text = "000000";
|
||
|
//--></script>
|
||
|
<script type="text/javascript"
|
||
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||
|
</script>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h1 style="text-align: center;">Account modules<br>
|
||
|
</h1>
|
||
|
<div style="text-align: center;"><img alt="base module"
|
||
|
src="images/lam_baseModule.png" style="width: 531px; height: 207px;"><br>
|
||
|
</div>
|
||
|
<div style="text-align: center;"><br>
|
||
|
<div style="text-align: left;">The account modules control all the
|
||
|
functionality which is specific for LDAP accounts or parts of them.
|
||
|
E.g. they define the account detail pages where the user can edit
|
||
|
accounts, the profile editor sections and much more. They are the core
|
||
|
of LAM.<br>
|
||
|
<br>
|
||
|
All account modules are saved in <span style="font-weight: bold;">lib/modules/</span>.<br>
|
||
|
If your module needs any include files etc. please save it in <span
|
||
|
style="font-weight: bold;">lib/modules/<name of your module>.</span><br>
|
||
|
<br>
|
||
|
Please take a look at the <a href="mod_index.htm">module HowTo</a> for
|
||
|
an example to write your own modules.<br>
|
||
|
The complete specification for the module interface can be found <a
|
||
|
href="modules-specification.htm">here</a>.<br>
|
||
|
<br>
|
||
|
<h2>Superclass</h2>
|
||
|
All <span style="font-weight: bold;">account modules</span> should be
|
||
|
subclasses of the <a href="base_module.htm">baseModule</a>.<br>
|
||
|
This allows them to benefit from the meta data in the baseModule and
|
||
|
reduces very much the code since not the complete module interface has
|
||
|
to be implemented.<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<h2>Module detection</h2>
|
||
|
New modules can simply be copied to <span style="font-weight: bold;">lib/modules</span>.
|
||
|
LAM will check what files are inside the directory and provide the user
|
||
|
new modules automatically.<br>
|
||
|
There is no extra configuration file.<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<p align="center">
|
||
|
<script type="text/javascript"><!--
|
||
|
google_ad_client = "pub-4179059556107138";
|
||
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
||
|
google_ad_width = 728;
|
||
|
google_ad_height = 90;
|
||
|
google_ad_format = "728x90_as";
|
||
|
google_ad_type = "text_image";
|
||
|
google_ad_channel ="";
|
||
|
google_page_url = document.location;
|
||
|
google_color_border = "EEEEEE";
|
||
|
google_color_bg = "FFFFFF";
|
||
|
google_color_link = "0000FF";
|
||
|
google_color_url = "008000";
|
||
|
google_color_text = "000000";
|
||
|
//--></script>
|
||
|
<script type="text/javascript"
|
||
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||
|
</script>
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|