2003-12-29 22:12:19 +00:00
|
|
|
|
|
|
|
Installation Instructions for LAM
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
1. Requirements
|
|
|
|
|
|
|
|
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
2004-01-10 10:08:48 +00:00
|
|
|
ldap, gettext, mcrypt+mhash optional)
|
2003-12-29 22:12:19 +00:00
|
|
|
- Perl
|
2004-02-25 19:54:03 +00:00
|
|
|
- OpenLDAP (>2.0)
|
2003-12-29 22:12:19 +00:00
|
|
|
- A web browser :-)
|
|
|
|
|
2004-02-25 19:54:03 +00:00
|
|
|
MHash is only needed if you use PHP < 4.3 and want to use SHA or SSHA
|
|
|
|
for password hashes.
|
|
|
|
MCrypt will be used if available, otherwise Blowfish will be used
|
|
|
|
to store your LDAP password in the session file.
|
|
|
|
|
2003-12-29 22:12:19 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
2. Installation
|
|
|
|
|
|
|
|
* Extract package with:
|
2004-02-25 19:54:03 +00:00
|
|
|
tar xzf ldap-account-manager_<version>.tar.gz
|
2003-12-29 22:12:19 +00:00
|
|
|
|
|
|
|
* Copy files into the html-file scope of the webserver. For example
|
|
|
|
/apache/htdocs.
|
|
|
|
|
|
|
|
* Set appropriate file permissions:
|
2004-02-25 19:54:03 +00:00
|
|
|
- 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: perl files must be set executable (See also
|
|
|
|
docs/readme.lamdeamon.txt)
|
2003-12-29 22:12:19 +00:00
|
|
|
|
|
|
|
* Configure config.cfg and create a configuration profile.
|
|
|
|
Copy config.cfg_sample to config.cfg and set the master password and default
|
|
|
|
profile.
|
2004-02-25 19:54:03 +00:00
|
|
|
|
|
|
|
- With web browser:
|
|
|
|
Follow the link "Configuration Login" from the start page (lam/index.html).
|
|
|
|
(The default password to edit the options is "lam")
|
2003-12-29 22:12:19 +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.
|