diff --git a/lam/HISTORY b/lam/HISTORY
index e685c610..10591170 100644
--- a/lam/HISTORY
+++ b/lam/HISTORY
@@ -1,4 +1,5 @@
December 2019 7.0
+ - Lamdaemon can be configured with directory prefix for homedirs
- Fixed bugs:
-> Missing CSS for Duo
diff --git a/lam/docs/manual-sources/chapter-configuration.xml b/lam/docs/manual-sources/chapter-configuration.xml
index 91f5334f..d0ccf6ce 100644
--- a/lam/docs/manual-sources/chapter-configuration.xml
+++ b/lam/docs/manual-sources/chapter-configuration.xml
@@ -489,6 +489,30 @@
is located. The default rights for new home directories can be set,
too.
+ Note: This requires lamdaemon
+ to be installed on the remote server. This comes as separate package
+ for DEB/RPM. See here.
+
+ Script server format:
+
+
+
+ "server": "server" is the DNS name of your script
+ server
+
+
+
+ "server:NAME": NAME is the display name of this
+ server
+
+
+
+ "server:NAME:/prefix": /prefix is the directory prefix for
+ all operations. E.g. creating a home directory "/home/user" would
+ create "/prefix/home/user" then.
+
+
+
You can provide a fixed user name. If you leave the field empty
then LAM will use your current account (the account you used to login
to LAM).
diff --git a/lam/docs/manual-sources/chapter-installation.xml b/lam/docs/manual-sources/chapter-installation.xml
index f133529b..5528d3ce 100644
--- a/lam/docs/manual-sources/chapter-installation.xml
+++ b/lam/docs/manual-sources/chapter-installation.xml
@@ -610,7 +610,7 @@
intermediate release.
- 6.7 -> 6.9
+ 6.7 -> 7.0No actions required.
diff --git a/lam/help/help.inc b/lam/help/help.inc
index 797f0bd7..24227e2f 100644
--- a/lam/help/help.inc
+++ b/lam/help/help.inc
@@ -120,7 +120,7 @@ $helpArray = array (
"218" => array ("Headline" => _("Script servers"),
"Text" => _("This is a list of the servers where the lamdaemon scripts are stored. LDAP Account Manager will make a SSH connection to the servers with the user name and password provided at login. Multiple servers are separated by semicolons. You can append a descriptive name after a colon.") . " "
. _("If your server runs on another port then add a comma and the port number after the server.") . "