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 * Copy files into the html-file scope of the webserver. For example
/apache/htdocs. /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 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 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: - Manually:
A default config file can be found in /lam/config/lam.conf_sample. 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. Change the necessary entries and rename it to /lam/config/lam.conf.
3. Troubleshooting

View File

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