updates for 1.0.0
This commit is contained in:
parent
7d9aea9b60
commit
93953c7f84
11
lam/INSTALL
11
lam/INSTALL
|
@ -45,19 +45,18 @@ Installation Instructions for LAM
|
||||||
Copy config.cfg_sample to config.cfg and set the master password and default
|
Copy config.cfg_sample to config.cfg and set the master password and default
|
||||||
profile.
|
profile.
|
||||||
|
|
||||||
- With web browser:
|
Open the index.html in your web browser:
|
||||||
Follow the link "Configuration Login" from the start page (lam/index.html).
|
- Follow the link "Configuration Login" from the start page.
|
||||||
(The default password to edit the options is "lam")
|
(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.
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
|
|
||||||
3. Setting up PHP
|
3. Setting up PHP
|
||||||
|
|
||||||
LAM runs with PHP4 or PHP5.
|
LAM runs with PHP4 or PHP5.
|
||||||
|
|
||||||
Needed changes in your php.ini:
|
Needed changes in your php.ini:
|
||||||
|
|
||||||
* memory_limit = 32M
|
* memory_limit = 32M
|
||||||
|
|
|
@ -9,19 +9,19 @@ LAM - Readme
|
||||||
address book entries, NIS mail aliases and MAC addresses. There is a tree
|
address book entries, NIS mail aliases and MAC addresses. There is a tree
|
||||||
viewer included to allow access to the raw LDAP attributes. You can use
|
viewer included to allow access to the raw LDAP attributes. You can use
|
||||||
templates for account creation and use multiple configuration profiles.
|
templates for account creation and use multiple configuration profiles.
|
||||||
LAM is translated to Catalan, English, French, German, Hungarian, Italian,
|
LAM is translated to Catalan, Chinese (Traditional), English, French, German, Hungarian, Italian,
|
||||||
Spanish and Japanese.
|
Spanish and Japanese.
|
||||||
|
|
||||||
http://sourceforge.net/projects/lam/
|
http://sourceforge.net/projects/lam/
|
||||||
|
|
||||||
Copyright (C) 2003 - 2005 Michael Duergner <michael@duergner.com>
|
Copyright (C) 2003 - 2006 Michael Duergner <michael@duergner.com>
|
||||||
Roland Gruber <post@rolandgruber.de>
|
Roland Gruber <post@rolandgruber.de>
|
||||||
Tilo Lutz <tilolutz@gmx.de>
|
Tilo Lutz <tilolutz@gmx.de>
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
PHP4/5
|
PHP4/5
|
||||||
Openldap (2.0 or greater)
|
Openldap (2.0 or greater)
|
||||||
A web-browser that supports CSS (Netscape 4.x is not recommended)
|
A web-browser that supports CSS
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
With LAM you can easily manage user, group and machine accounts stored in
|
With LAM you can easily manage user, group and machine accounts stored in
|
||||||
|
|
Loading…
Reference in New Issue