From 31844f0241a66a4c2d4da158a12ce4eb662339ac Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 7 Jul 2003 09:34:01 +0000 Subject: [PATCH] some updates in documentation --- lam/INSTALL | 17 ++++++++--------- lam/README | 29 ++++++++++++++++------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/lam/INSTALL b/lam/INSTALL index a79318a7..3ebc7910 100644 --- a/lam/INSTALL +++ b/lam/INSTALL @@ -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 diff --git a/lam/README b/lam/README index cffd309e..f00ba2e7 100644 --- a/lam/README +++ b/lam/README @@ -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".