diff --git a/lam-packaging/debian/README-lamdaemon.Debian b/lam-packaging/debian/README-lamdaemon.Debian new file mode 100644 index 00000000..fefc9a4c --- /dev/null +++ b/lam-packaging/debian/README-lamdaemon.Debian @@ -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. \ No newline at end of file diff --git a/lam-packaging/debian/README.Debian b/lam-packaging/debian/README.Debian index 7a526b31..27166bfa 100644 --- a/lam-packaging/debian/README.Debian +++ b/lam-packaging/debian/README.Debian @@ -1,7 +1,7 @@ Access to the webfrontend: - - If you configured Apache(-SSL) at installation - you can access LDAP Account Manager via + - If you configured Apache at installation you can + access LDAP Account Manager via http://localhost/lam or https://host.domain/lam. - Otherwise you will have to setup your webserver @@ -11,10 +11,9 @@ Access to the webfrontend: Configuration: - All settings can be edited via the webfrontend. The default - password for the configuration is "lam". However you can - also edit the configuration files directly. - The configuration files are /etc/ldap-account-manager/config.cfg - and /var/lib/ldap-account-manager/config/lam.conf. + All settings can be edited via the webfrontend. Please + point your browser to the LAM start page and then select + "LAM configuration". + The default password for the configuration is "lam". diff --git a/lam-packaging/debian/ldap-account-manager-lamdaemon.docs b/lam-packaging/debian/ldap-account-manager-lamdaemon.docs new file mode 100644 index 00000000..cc8028fe --- /dev/null +++ b/lam-packaging/debian/ldap-account-manager-lamdaemon.docs @@ -0,0 +1,3 @@ +docs/README.lamdaemon.txt +docs/README.lamdaemonOld.txt + diff --git a/lam-packaging/debian/rules b/lam-packaging/debian/rules index 5de48773..9bc2acf8 100755 --- a/lam-packaging/debian/rules +++ b/lam-packaging/debian/rules @@ -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/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. binary-dep: build install