90 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
		
		
			
		
	
	
			90 lines
		
	
	
		
			3.0 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>Configuration profiles</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;">Configuration profiles</h1> | ||
|  | <br> | ||
|  | LAM allows the user to store the configuration settings in <span | ||
|  |  style="font-weight: bold;">profiles</span>. This makes it easy to | ||
|  | manage different LDAP servers. All profile files ae stored in <span | ||
|  |  style="font-weight: bold;">config/</span> and are named <span | ||
|  |  style="font-weight: bold;"><span style="font-style: italic;"><name></span>.conf</span>.<br> | ||
|  | The <span style="font-weight: bold;">master configuration</span> file <span | ||
|  |  style="font-style: italic;">config/config.cfg</span> only stores the | ||
|  | default profile and master password. It has the same file format as the | ||
|  | profiles.<br> | ||
|  | <br> | ||
|  | <h2>File format</h2> | ||
|  | LAM allows to store values and comments in the configuration files. | ||
|  | Only one type per line is allowed, it is not possible to mix comments | ||
|  | and values in the same line.<br> | ||
|  | <br> | ||
|  | <h3>Settings<br> | ||
|  | </h3> | ||
|  | <span style="font-weight: bold;"><identifier>: <value><br> | ||
|  | <br> | ||
|  | </span>The first word in the line is taken as identifier for the | ||
|  | setting. It must be followed by a <span style="font-weight: bold;">":"</span> | ||
|  | and a space.<br> | ||
|  | The rest of the line is taken as the value for this setting.<br> | ||
|  | <br> | ||
|  | <h3>Comments</h3> | ||
|  | <span style="font-weight: bold;"># Comment</span><br | ||
|  |  style="font-weight: bold;"> | ||
|  | <br> | ||
|  | Comments always start with a <span style="font-weight: bold;">"#"</span> | ||
|  | as first character and end at the line end. LAM will ignore all lines | ||
|  | starting with a <span style="font-style: italic;">"#"</span>.<br> | ||
|  | 
 | ||
|  | <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> |