some updates in documentation

This commit is contained in:
Roland Gruber 2003-07-07 09:34:01 +00:00
parent 728d7495c0
commit 31844f0241
2 changed files with 24 additions and 22 deletions

View File

@ -20,18 +20,17 @@ Installation Instructions for LAM
* Copy files into the html-file scope of the webserver. For example
/apache/htdocs.
* Set appropriate file permissions for /lam/sess and /lam/profiles.
* Set appropriate file permissions for /lam/sess and /lam/config (with subdirectories).
Both directories must have write permissions set for the specified apache
web user. The perl files in /lam/lib must be set executable. (See also
readme.lamdeamon.pl)
docs/readme.lamdeamon.pl)
* Configure config.cfg and create a configuration profile.
Copy config.cfg_sample to config.cfg and set the master password and default
profile.
Then use the web interface with the link "Configuration Login" (start file is /lam/index.html)
or configure LAM manually. (The default password to edit the options is "lam")
* Configure lam.conf. Either use the web interface with the link
"Configuration Login" (start file is /lam/index.html)
or configure LAM manually. (The default password to edit the
options is "lam")
- 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. Troubleshooting

View File

@ -2,13 +2,14 @@
LAM - Readme
============
A set of PHP-scripts to administrate entries of a LDAP server. User, group and
samba accounts can be displayed, searched, filtered, added, removed and edited
over an easy to use web interface. Even the configuration options are
embedded in the interface. Access to the interface is routed through the LDAP
server.
A set of PHP-scripts to administrate Unix and Samba accounts in a LDAP server.
LAM runs on any webserver with PHP4 support and connects to your LDAP server
unencrypted or via SSL.
The application manages accounts for users, groups and Samba hosts in
multiple organizational units. LAM supports the Samba 2.x schema and the
Samba 3 schema.
alpha Release 0.1 - May 2003
alpha Release 0.2 - July 2003
------------------------------
http://sourceforge.net/projects/lam/
@ -37,14 +38,16 @@ LAM - Readme
a web-browser that supports CSS (Netscape 4.x is not recommended)
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
a LDAP server over a web interface. At the moment it supports
-displaying the user/group/host entries
-deleting entries
-adding new entries
-editing entries
-filtering and sorting
-access management
- displaying the user/group/host entries
- deleting entries
- adding new entries
- editing entries
- filtering and sorting
- account profiles
- access management
- multiple configuration profiles
Important:
The standard password to edit the configuration options is "lam".