more lamdaemon docs
This commit is contained in:
parent
31d7de30d2
commit
77a2572fc7
|
@ -0,0 +1,8 @@
|
||||||
|
This package installs the lamdaemon scripts on the server where
|
||||||
|
home directories and/or quotas are managed.
|
||||||
|
|
||||||
|
The scripts are called by the main LDAP Account Manager installation
|
||||||
|
via SSH.
|
||||||
|
|
||||||
|
You will have to setup sudo for these scripts. Please see the
|
||||||
|
documentation for this topic.
|
|
@ -1,7 +1,7 @@
|
||||||
Access to the webfrontend:
|
Access to the webfrontend:
|
||||||
|
|
||||||
- If you configured Apache(-SSL) at installation
|
- If you configured Apache at installation you can
|
||||||
you can access LDAP Account Manager via
|
access LDAP Account Manager via
|
||||||
http://localhost/lam or https://host.domain/lam.
|
http://localhost/lam or https://host.domain/lam.
|
||||||
|
|
||||||
- Otherwise you will have to setup your webserver
|
- Otherwise you will have to setup your webserver
|
||||||
|
@ -11,10 +11,9 @@ Access to the webfrontend:
|
||||||
|
|
||||||
Configuration:
|
Configuration:
|
||||||
|
|
||||||
All settings can be edited via the webfrontend. The default
|
All settings can be edited via the webfrontend. Please
|
||||||
password for the configuration is "lam". However you can
|
point your browser to the LAM start page and then select
|
||||||
also edit the configuration files directly.
|
"LAM configuration".
|
||||||
The configuration files are /etc/ldap-account-manager/config.cfg
|
The default password for the configuration is "lam".
|
||||||
and /var/lib/ldap-account-manager/config/lam.conf.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
docs/README.lamdaemon.txt
|
||||||
|
docs/README.lamdaemonOld.txt
|
||||||
|
|
|
@ -44,6 +44,7 @@ install:
|
||||||
|
|
||||||
install -D --mode=755 lib/lamdaemon.pl debian/ldap-account-manager-lamdaemon/usr/share/ldap-account-manager/lib/lamdaemon.pl
|
install -D --mode=755 lib/lamdaemon.pl debian/ldap-account-manager-lamdaemon/usr/share/ldap-account-manager/lib/lamdaemon.pl
|
||||||
install -D --mode=755 lib/lamdaemonOld.pl debian/ldap-account-manager-lamdaemon/usr/share/ldap-account-manager/lib/lamdaemonOld.pl
|
install -D --mode=755 lib/lamdaemonOld.pl debian/ldap-account-manager-lamdaemon/usr/share/ldap-account-manager/lib/lamdaemonOld.pl
|
||||||
|
install -D --mode=755 debian/README-lamdaemon.Debian debian/ldap-account-manager-lamdaemon/usr/share/doc/ldap-account-manager-lamdaemon/README.Debian
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-dep: build install
|
binary-dep: build install
|
||||||
|
|
Loading…
Reference in New Issue