added autoconf scripts
This commit is contained in:
parent
e43b52f65a
commit
c1cdb15d70
|
@ -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)
|
||||
|
|
11
lam/INSTALL
11
lam/INSTALL
|
@ -28,20 +28,23 @@ Installation Instructions for LAM
|
|||
|
||||
2. Installation
|
||||
|
||||
* Extract package with:
|
||||
1. Extract package with:
|
||||
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.
|
||||
|
||||
* Set appropriate file permissions:
|
||||
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.
|
||||
2b. You can also use the included configure script to install LAM. See
|
||||
"./configure --help" for a list of install options.
|
||||
|
||||
3. Configure config.cfg and create a configuration profile.
|
||||
Copy config.cfg_sample to config.cfg and set the master password and default
|
||||
profile.
|
||||
|
||||
|
|
Loading…
Reference in New Issue