fixed some errors in README/INSTALL
This commit is contained in:
parent
9a91103229
commit
f9687ffc6f
12
lam/INSTALL
12
lam/INSTALL
|
@ -1,4 +1,3 @@
|
||||||
$Id$
|
|
||||||
|
|
||||||
Installation Instructions for LAM
|
Installation Instructions for LAM
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
@ -7,8 +6,9 @@ Installation Instructions for LAM
|
||||||
1. Requirements
|
1. Requirements
|
||||||
|
|
||||||
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
||||||
ldap, gettext, mcrypt, openldap and perl)
|
ldap, gettext, mcrypt, openldap)
|
||||||
-openldap (2.0 or >)
|
- Perl
|
||||||
|
- openldap (>2.0)
|
||||||
- a web browser :-)
|
- a web browser :-)
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,11 +22,11 @@ Installation Instructions for LAM
|
||||||
|
|
||||||
* Set appropriate file permissions for /lam/sess and /lam/profiles.
|
* Set appropriate file permissions for /lam/sess and /lam/profiles.
|
||||||
Both directories must have write permissions set for the specified apache
|
Both directories must have write permissions set for the specified apache
|
||||||
web user. The perl files in /lam/lib must set executable. (See also
|
web user. The perl files in /lam/lib must be set executable. (See also
|
||||||
readme.lamdeamon.pl)
|
readme.lamdeamon.pl)
|
||||||
|
|
||||||
* Configure lam. Either use the web interface with the link
|
* Configure lam.conf. Either use the web interface with the link
|
||||||
"Configuration Login". Start file is /lam/index.html.
|
"Configuration Login" (start file is /lam/index.html)
|
||||||
or configure LAM manually. (The default password to edit the
|
or configure LAM manually. (The default password to edit the
|
||||||
options is "lam")
|
options is "lam")
|
||||||
- Manually:
|
- Manually:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
$Id$
|
|
||||||
|
|
||||||
LAM - Readme
|
LAM - Readme
|
||||||
============
|
============
|
||||||
|
@ -9,7 +8,7 @@ LAM - Readme
|
||||||
embedded in the interface. Access to the interface is routed through the LDAP
|
embedded in the interface. Access to the interface is routed through the LDAP
|
||||||
server.
|
server.
|
||||||
|
|
||||||
alpha Release 0.0.1 - May 2003
|
alpha Release 0.1 - May 2003
|
||||||
------------------------------
|
------------------------------
|
||||||
http://sourceforge.net/projects/lam/
|
http://sourceforge.net/projects/lam/
|
||||||
|
|
||||||
|
@ -39,7 +38,7 @@ LAM - Readme
|
||||||
|
|
||||||
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
|
||||||
the LDAP server over a web interface. In the moment it supports
|
a LDAP server over a web interface. At the moment it supports
|
||||||
-displaying the user/group/host entries
|
-displaying the user/group/host entries
|
||||||
-deleting entries
|
-deleting entries
|
||||||
-adding new entries
|
-adding new entries
|
||||||
|
|
Loading…
Reference in New Issue