2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
Installation Instructions for LAM
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
|
2003-05-22 23:16:10 +00:00
|
|
|
1. Requirements
|
2003-05-07 22:33:53 +00:00
|
|
|
|
2003-05-23 17:50:20 +00:00
|
|
|
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
|
|
|
ldap, gettext, mcrypt, openldap)
|
|
|
|
- Perl
|
|
|
|
- openldap (>2.0)
|
|
|
|
- a web browser :-)
|
2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
|
2003-05-22 23:16:10 +00:00
|
|
|
2. Installation
|
2003-05-07 22:33:53 +00:00
|
|
|
|
2003-05-22 23:16:10 +00:00
|
|
|
* Extract package with:
|
|
|
|
tar xzf lam-version.tar.gz
|
2003-05-23 17:50:20 +00:00
|
|
|
|
2003-05-22 23:16:10 +00:00
|
|
|
* Copy files into the html-file scope of the webserver. For example
|
|
|
|
/apache/htdocs.
|
|
|
|
|
|
|
|
* Set appropriate file permissions for /lam/sess and /lam/profiles.
|
|
|
|
Both directories must have write permissions set for the specified apache
|
2003-05-23 17:50:20 +00:00
|
|
|
web user. The perl files in /lam/lib must be set executable. (See also
|
2003-05-22 23:16:10 +00:00
|
|
|
readme.lamdeamon.pl)
|
|
|
|
|
2003-05-23 17:50:20 +00:00
|
|
|
* Configure lam.conf. Either use the web interface with the link
|
|
|
|
"Configuration Login" (start file is /lam/index.html)
|
2003-05-22 23:16:10 +00:00
|
|
|
or configure LAM manually. (The default password to edit the
|
|
|
|
options is "lam")
|
2003-05-23 17:50:20 +00:00
|
|
|
- Manually:
|
|
|
|
A default config file can be found in /lam/config/lam.conf_sample.
|
|
|
|
Change the necessary entries and rename it to /lam/config/lam.conf.
|
2003-05-22 23:16:10 +00:00
|
|
|
|
|
|
|
|
2003-05-23 17:50:20 +00:00
|
|
|
3. Troubleshooting
|