From 5aab2752fe524b4b022ebdc51a29034b280415db Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 25 Jan 2008 17:33:01 +0000 Subject: [PATCH] *** empty log message *** --- lam-web/documentation/install.htm | 238 ++++++++++-------------------- 1 file changed, 80 insertions(+), 158 deletions(-) diff --git a/lam-web/documentation/install.htm b/lam-web/documentation/install.htm index eb2ddcc5..55ba6583 100644 --- a/lam-web/documentation/install.htm +++ b/lam-web/documentation/install.htm @@ -1,74 +1,76 @@ - - - + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + - - -
- + - + @@ -184,14 +152,10 @@ SourceForge - + - + @@ -199,10 +163,10 @@ SourceForge

-SourceForge.net Logo +SourceForge.net Logo
-  +  @@ -211,68 +175,26 @@ SourceForge

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 :-)
+      
   - Apache webserver (SSL optional) with PHP module (PHP 5 (>= 5.1) with
ldap, gettext, xml and optional mcrypt)
- some LAM plugins may require additional PHP extensions (you will get a
note on the login page if something is missing)
- Perl (optional, needed only for lamdaemon)
- OpenLDAP (>2.0)
- A web browser :-)

MHash is only needed for Samba password hashes.
MCrypt will be used to store your LDAP password encrypted in the session file.


See docs/README.schema.txt for information about used LDAP schema files.
- MHash is only needed if you use PHP < 4.3 and if you 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 the package with:
-     tar xzf ldap-account-manager-.tar.gz
 
-   * Copy the files into the html-file scope of the webserver. For example
-     /apache/htdocs.
+      
   1. Extract package with:
tar xzf ldap-account-manager-<version>.tar.gz

2a. Copy the 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)

2b. You can also use the included configure script to install LAM. See
"./configure --help" for a list of install options.

3. 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.

- * 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
-
+
   LAM runs with PHP5 (>= 5.1).

Needed changes in your php.ini:

* memory_limit = 64M


- + + - - + + + + + + \ No newline at end of file