From c1cdb15d7028ddceaa595ba7888868a5da56e12a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 9 Mar 2006 19:15:27 +0000 Subject: [PATCH] added autoconf scripts --- lam/HISTORY | 1 + lam/INSTALL | 39 +++++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/lam/HISTORY b/lam/HISTORY index 20287f77..3dd15e05 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,4 +1,5 @@ ??? 1.0.1 + - LAM can now be installed with "configure" and "make install" - merged password hash settings for Unix users and groups - fixed bugs: -> Samba hash values were wrong in some rare cases (1440021) diff --git a/lam/INSTALL b/lam/INSTALL index 20e2d983..4515729e 100644 --- a/lam/INSTALL +++ b/lam/INSTALL @@ -28,28 +28,31 @@ Installation Instructions for LAM 2. Installation - * Extract package with: - tar xzf ldap-account-manager-.tar.gz + 1. Extract package with: + tar xzf ldap-account-manager-.tar.gz - * Copy the files into the html-file scope of the webserver. For example - /apache/htdocs. + 2a. Copy the files into the html-file scope of the webserver. For example + /apache/htdocs. - * Set appropriate file permissions: - - lam/sess: write permission for apache user - - lam/tmp: write permission for apache user - - lam/config (with subdirectories): write permission for apache user - - lam/lib: lamdaemon.pl must be set executable (See also - docs/readme.lamdeamon.txt) + Set appropriate file permissions: + - lam/sess: write permission for apache user + - lam/tmp: write permission for apache user + - lam/config (with subdirectories): write permission for apache user + - lam/lib: lamdaemon.pl must be set executable (See also + docs/readme.lamdeamon.txt) - * Configure config.cfg and create a configuration profile. - Copy config.cfg_sample to config.cfg and set the master password and default - profile. + 2b. You can also use the included configure script to install LAM. See + "./configure --help" for a list of install options. - Open the index.html in your web browser: - - Follow the link "Configuration Login" from the start page. - (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. + 3. Configure config.cfg and create a configuration profile. + Copy config.cfg_sample to config.cfg and set the master password and default + profile. + + Open the index.html in your web browser: + - Follow the link "Configuration Login" from the start page. + (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.