91 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>LAM development documentation</title>
 | 
						|
  <link rel="stylesheet" type="text/css" href="style/layout.css">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div style="text-align: center;">
 | 
						|
<h1>LDAP Account Manager - Code overview</h1>
 | 
						|
These documents are supposed to give developers who want to modify LAM
 | 
						|
an overview of the codebase. It focuses mainly on what is done to
 | 
						|
generate the HTML output and the most important functions provided by
 | 
						|
the library files.<br>
 | 
						|
<img src="images/lam_overview.png" width="877" height="620" border="0"
 | 
						|
 align="middle" alt="overview"><br>
 | 
						|
<br>
 | 
						|
<div style="text-align: left;">
 | 
						|
<table style="text-align: left; width: 100%;" border="0" cellspacing="2"
 | 
						|
 cellpadding="2">
 | 
						|
  <tbody>
 | 
						|
    <tr>
 | 
						|
      <td style="vertical-align: top; width: 33%;">
 | 
						|
      <h2>Web pages:</h2>
 | 
						|
      <ul>
 | 
						|
        <li>Login<br>
 | 
						|
        </li>
 | 
						|
        <li><a href="file:///daten/cvs/lam/docs/devel/config_pages.htm">Configuration</a></li>
 | 
						|
        <li><a href="file:///daten/cvs/lam/docs/devel/lists.htm">Account
 | 
						|
lists</a><br>
 | 
						|
        </li>
 | 
						|
        <li>Account pages</li>
 | 
						|
        <li>Tools</li>
 | 
						|
        <ul>
 | 
						|
          <li>Profile editor</li>
 | 
						|
          <li>Samba 3 domains</li>
 | 
						|
          <li><a href="upload.htm">File upload</a></li>
 | 
						|
          <li>OU editor</li>
 | 
						|
          <li>PDF editor<br>
 | 
						|
          </li>
 | 
						|
        </ul>
 | 
						|
      </ul>
 | 
						|
      </td>
 | 
						|
      <td style="vertical-align: top; width: 33%;">
 | 
						|
      <h2>Libraries:</h2>
 | 
						|
      <ul>
 | 
						|
        <li>Account modules (modules.inc)<br>
 | 
						|
        </li>
 | 
						|
        <li>PDF (pdf.inc)<br>
 | 
						|
        </li>
 | 
						|
        <li><a href="profiles.htm">Account profiles (profiles.inc)</a><br>
 | 
						|
        </li>
 | 
						|
        <li><a href="config.htm">Configuration (config inc)</a><br>
 | 
						|
        </li>
 | 
						|
        <li><a href="file:///daten/cvs/lam/docs/devel/ldap.htm">LDAP
 | 
						|
(ldap.inc)</a><br>
 | 
						|
        </li>
 | 
						|
        <li><a href="other_libs.html">other libraries</a></li>
 | 
						|
        <ul>
 | 
						|
          <li><a href="other_libs.html#lamdaemon">Lamdaemon</a><br>
 | 
						|
          </li>
 | 
						|
        </ul>
 | 
						|
        <ul>
 | 
						|
          <li><a href="other_libs.html#blowfish">Blowfish</a></li>
 | 
						|
          <li><a href="other_libs.html#cache">LADP cache</a></li>
 | 
						|
          <li><a href="other_libs.html#lists">Account lists</a></li>
 | 
						|
          <li><a href="other_libs.html#status">Status messages</a><br>
 | 
						|
          </li>
 | 
						|
        </ul>
 | 
						|
      </ul>
 | 
						|
      </td>
 | 
						|
      <td style="vertical-align: top; width: 33%;">
 | 
						|
      <h2>Configuration files:</h2>
 | 
						|
      <ul>
 | 
						|
        <li>Base module<br>
 | 
						|
        </li>
 | 
						|
        <li>Account modules</li>
 | 
						|
        <li>PDF templates</li>
 | 
						|
        <li><a href="profile_files.htm">Account profiles</a></li>
 | 
						|
        <li><a href="config_files.html">Configuration profiles</a><br>
 | 
						|
        </li>
 | 
						|
      </ul>
 | 
						|
      </td>
 | 
						|
    </tr>
 | 
						|
  </tbody>
 | 
						|
</table>
 | 
						|
<br>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |