174 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			174 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<html>
 | 
						|
<head>
 | 
						|
<title>INSTALL</title>
 | 
						|
<link rel="stylesheet" type="text/css" href="media/style.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>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
 | 
						|
  <tr>
 | 
						|
    <td class="header_top">default</td>
 | 
						|
  </tr>
 | 
						|
  <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt=""  /></td></tr>
 | 
						|
  <tr>
 | 
						|
    <td class="header_menu">
 | 
						|
  		  [ <a href="classtrees_default.html" class="menu">class tree: default</a> ]
 | 
						|
		  [ <a href="elementindex_default.html" class="menu">index: default</a> ]
 | 
						|
		  [ <a href="elementindex.html" class="menu">all elements</a> ]
 | 
						|
    </td>
 | 
						|
  </tr>
 | 
						|
  <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt=""  /></td></tr>
 | 
						|
</table>
 | 
						|
 | 
						|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
 | 
						|
  <tr valign="top">
 | 
						|
    <td width="200" class="menu">
 | 
						|
	<div id="ric">
 | 
						|
					<p><a href="ric_README.html">README</a></p>
 | 
						|
					<p><a href="ric_INSTALL.html">INSTALL</a></p>
 | 
						|
			</div>
 | 
						|
	<div id="todolist">
 | 
						|
			<p><a href="todolist.html">Todo List</a></p>
 | 
						|
	</div>
 | 
						|
      <b>Packages:</b><br />
 | 
						|
              <a href="li_configuration.html">configuration</a><br />
 | 
						|
              <a href="li_Help.html">Help</a><br />
 | 
						|
              <a href="li_LDAP.html">LDAP</a><br />
 | 
						|
              <a href="li_lib.html">lib</a><br />
 | 
						|
              <a href="li_lists.html">lists</a><br />
 | 
						|
              <a href="li_main.html">main</a><br />
 | 
						|
              <a href="li_modules.html">modules</a><br />
 | 
						|
              <a href="li_PDF.html">PDF</a><br />
 | 
						|
              <a href="li_profiles.html">profiles</a><br />
 | 
						|
              <a href="li_tests.html">tests</a><br />
 | 
						|
              <a href="li_tools.html">tools</a><br />
 | 
						|
              <a href="li_types.html">types</a><br />
 | 
						|
            <br /><br />
 | 
						|
                  
 | 
						|
                </td>
 | 
						|
    <td>
 | 
						|
      <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
 | 
						|
 | 
						|
<h1 align="center">INSTALL</h1>
 | 
						|
<pre>
 | 
						|
 | 
						|
Installation Instructions for LAM
 | 
						|
---------------------------------
 | 
						|
 | 
						|
 | 
						|
1. Requirements
 | 
						|
 | 
						|
   - Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
 | 
						|
     ldap, gettext, xml, mcrypt+mhash optional)
 | 
						|
   - Perl (optional, needed only for lamdaemon)
 | 
						|
   - OpenLDAP (>2.0)
 | 
						|
   - A web browser :-)
 | 
						|
 | 
						|
   MHash is only needed if you use PHP < 4.3 and want to use SHA or SSHA
 | 
						|
   for password hashes.
 | 
						|
   MCrypt will be used to store your LDAP password encrypted in the session file.
 | 
						|
 | 
						|
   Getting mcrypt and mhash for Suse/RedHat:
 | 
						|
 | 
						|
   Either you compile PHP4 yourself or you use some unofficial packages:
 | 
						|
 | 
						|
   - Suse: ftp://ftp.suse.com/pub/people/poeml/mod_php4
 | 
						|
   - RedHat: http://ftp.horde.org/pub/RPMS
 | 
						|
 | 
						|
 | 
						|
   See docs/README.schema.txt for information about used LDAP schema files.
 | 
						|
 | 
						|
 | 
						|
2. Installation
 | 
						|
 | 
						|
   * Extract package with:
 | 
						|
     tar xzf ldap-account-manager_<version>.tar.gz
 | 
						|
 | 
						|
   * Copy files into the html-file scope of the webserver. For example
 | 
						|
     /apache/htdocs.
 | 
						|
 | 
						|
   * Set appropriate file permissions:
 | 
						|
     - lam/sess: write permission for apache user
 | 
						|
     - lam/tmp: write permission for apache user
 | 
						|
     - lam/config (with subdirectories): write permission for apache user
 | 
						|
     - lam/lib: lamdaemon.pl must be set executable (See also
 | 
						|
       docs/readme.lamdeamon.txt)
 | 
						|
 | 
						|
   * Configure config.cfg and create a configuration profile.
 | 
						|
     Copy config.cfg_sample to config.cfg and set the master password and default
 | 
						|
     profile.
 | 
						|
 | 
						|
     Open the index.html in your web browser:
 | 
						|
     - Follow the link "Configuration Login" from the start page.
 | 
						|
       (The default password to edit the options is "lam")
 | 
						|
     - Select the default lam profile or create a new profile.
 | 
						|
     - Change the settings to fit your environment.
 | 
						|
 | 
						|
 | 
						|
 | 
						|
3. Setting up PHP
 | 
						|
 | 
						|
   LAM runs with PHP4 or PHP5.
 | 
						|
 | 
						|
   Needed changes in your php.ini:
 | 
						|
 | 
						|
    * memory_limit = 32M
 | 
						|
 | 
						|
 | 
						|
</pre>
 | 
						|
        <div class="credit">
 | 
						|
		    <hr />
 | 
						|
		    Documentation generated on Tue, 07 Feb 2006 17:03:31 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.2.3</a>
 | 
						|
	      </div>
 | 
						|
      </td></tr></table>
 | 
						|
    </td>
 | 
						|
  </tr>
 | 
						|
</table>
 | 
						|
 | 
						|
 | 
						|
<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> |