added autoconf scripts

This commit is contained in:
Roland Gruber 2006-03-09 19:15:27 +00:00
parent e43b52f65a
commit c1cdb15d70
2 changed files with 22 additions and 18 deletions

View File

@ -1,4 +1,5 @@
??? 1.0.1 ??? 1.0.1
- LAM can now be installed with "configure" and "make install"
- merged password hash settings for Unix users and groups - merged password hash settings for Unix users and groups
- fixed bugs: - fixed bugs:
-> Samba hash values were wrong in some rare cases (1440021) -> Samba hash values were wrong in some rare cases (1440021)

View File

@ -28,28 +28,31 @@ Installation Instructions for LAM
2. Installation 2. Installation
* Extract package with: 1. Extract package with:
tar xzf ldap-account-manager-<version>.tar.gz tar xzf ldap-account-manager-<version>.tar.gz
* Copy the files into the html-file scope of the webserver. For example 2a. Copy the files into the html-file scope of the webserver. For example
/apache/htdocs. /apache/htdocs.
* Set appropriate file permissions: Set appropriate file permissions:
- lam/sess: write permission for apache user - lam/sess: write permission for apache user
- lam/tmp: write permission for apache user - lam/tmp: write permission for apache user
- lam/config (with subdirectories): write permission for apache user - lam/config (with subdirectories): write permission for apache user
- lam/lib: lamdaemon.pl must be set executable (See also - lam/lib: lamdaemon.pl must be set executable (See also
docs/readme.lamdeamon.txt) docs/readme.lamdeamon.txt)
* Configure config.cfg and create a configuration profile. 2b. You can also use the included configure script to install LAM. See
Copy config.cfg_sample to config.cfg and set the master password and default "./configure --help" for a list of install options.
profile.
Open the index.html in your web browser: 3. Configure config.cfg and create a configuration profile.
- Follow the link "Configuration Login" from the start page. Copy config.cfg_sample to config.cfg and set the master password and default
(The default password to edit the options is "lam") profile.
- Select the default lam profile or create a new profile.
- Change the settings to fit your environment. 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.