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
|
2005-07-05 16:29:49 +00:00
|
|
|
ldap, gettext, xml, mcrypt+mhash optional)
|
2004-12-07 20:31:43 +00:00
|
|
|
- Perl (optional, needed only for lamdaemon)
|
2004-02-25 19:54:03 +00:00
|
|
|
- OpenLDAP (>2.0)
|
2003-08-03 20:11:53 +00:00
|
|
|
- A web browser :-)
|
2003-05-07 22:33:53 +00:00
|
|
|
|
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.
|
2005-08-10 19:18:35 +00:00
|
|
|
MCrypt will be used to store your LDAP password encrypted in the session file.
|
2004-02-25 19:54:03 +00:00
|
|
|
|
2003-10-06 12:42:34 +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
|
|
|
|
|
2005-05-21 13:57:28 +00:00
|
|
|
|
|
|
|
See docs/README.schema.txt for information about used LDAP schema files.
|
2005-03-03 19:34:00 +00:00
|
|
|
|
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:
|
2004-02-25 19:54:03 +00:00
|
|
|
tar xzf ldap-account-manager_<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.
|
|
|
|
|
2003-10-18 07:42:29 +00:00
|
|
|
* 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
|
2004-12-07 20:31:43 +00:00
|
|
|
- lam/lib: lamdaemon.pl must be set executable (See also
|
2004-02-25 19:54:03 +00:00
|
|
|
docs/readme.lamdeamon.txt)
|
2003-07-07 09:34:01 +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
|
|
|
|
2006-01-20 16:40:31 +00:00
|
|
|
- With web browser:
|
|
|
|
Follow the link "Configuration Login" from the start page (lam/index.html).
|
2004-02-25 19:54:03 +00:00
|
|
|
(The default password to edit the options is "lam")
|
2003-05-22 23:16:10 +00:00
|
|
|
|
2006-01-20 16:40:31 +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.
|
2005-07-05 16:29:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
3. Setting up PHP
|
|
|
|
|
|
|
|
LAM runs with PHP4 or PHP5.
|
2006-01-20 16:40:31 +00:00
|
|
|
|
2005-07-05 16:29:49 +00:00
|
|
|
Needed changes in your php.ini:
|
|
|
|
|
|
|
|
* memory_limit = 32M
|
|
|
|
|