LDAPAccountManager/lam/INSTALL

65 lines
2.0 KiB
Plaintext
Raw Normal View History

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
2007-10-04 17:49:59 +00:00
- Apache webserver (SSL optional) with PHP module (PHP 5 (>= 5.1) with
2006-09-14 19:18:14 +00:00
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)
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
MCrypt will be used to store your LDAP password encrypted in the session file.
2004-02-25 19:54:03 +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
2006-03-09 19:15:27 +00:00
1. Extract package with:
tar xzf ldap-account-manager-<version>.tar.gz
2008-01-25 17:34:07 +00:00
2. Install the files
2006-03-09 19:15:27 +00:00
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.
2008-01-25 17:34:07 +00:00
2006-03-09 19:15:27 +00:00
3. Configure config.cfg and create a configuration profile.
Copy config.cfg_sample to config.cfg and lam.conf_sample to lam.conf.
2006-03-09 19:15:27 +00:00
Open the index.html in your web browser:
- Follow the link "LAM configuration" from the start page.
(The default passwords to edit all options is "lam")
- Select "Edit general settings" to setup global settings and to change the configuration master password.
- Select "Edit server profiles" to setup your server profiles. There should be the lam profile
which you just copied from the sample file. The default password is "lam". Now change the settings
to fit for your environment.
2003-05-22 23:16:10 +00:00
3. Setting up PHP
2007-10-04 17:49:59 +00:00
LAM runs with PHP5 (>= 5.1).
2006-01-14 10:10:15 +00:00
Needed changes in your php.ini:
2006-11-04 15:04:17 +00:00
* memory_limit = 64M