104 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
		
		
			
		
	
	
			104 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
|  | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
|  | <html> | ||
|  | <head> | ||
|  |   <title>LAM module HowTo</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> | ||
|  | 
 | ||
|  | 
 | ||
|  | <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> | ||
|  | <br> | ||
|  | <h3><a href="mod_general.htm">2. General module options</a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_accountPages.htm">3. Account pages</a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_help.htm">4. Help entries<br> | ||
|  | </a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_pdf.htm">5. PDF output<br> | ||
|  | </a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_upload.htm">6. File upload</a></h3> | ||
|  | <br> | ||
|  | <br> | ||
|  | <br> | ||
|  | <hr style="width: 100%; height: 2px;"><br> | ||
|  | <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> | ||
|  | <h3><a href="mod_profiles.htm">1. Account profiles</a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_config.htm">2. Configuration options</a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_upload2.htm">3. Advanced upload options</a></h3> | ||
|  | <br> | ||
|  | <h3><a href="mod_rdn.htm">4. Defining the RDN</a></h3> | ||
|  | <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> |