diff --git a/lam/HISTORY b/lam/HISTORY index cf7c0ab5..45364db6 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,5 +1,6 @@ March 2016 5.3 - Requires PHP 5.4.0 or higher + - Login can show display name instead of server URL - Personal/Unix: support K5KEY hash type for smbk5pwd diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index e5391e11..e4c95acc 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -991,6 +991,12 @@ Have fun!
Version specific upgrade instructions +
+ 5.1 -> 5.3 + + No special actions needed. +
+
5.0 -> 5.1 @@ -1647,6 +1653,10 @@ Have fun! Advanced options + Sometimes, you may not want to display the server address on + the login page. In this case you can setup a display name here (e.g. + "Production"). + By default LAM will not follow LDAP referrals. This is ok for most installations. If you use LDAP referrals please activate the referral option in advanced settings. @@ -3357,7 +3367,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; You might want to set the default domain name in the profile editor. - Attention: + Attention: diff --git a/lam/docs/manual-sources/images/configProfiles4.png b/lam/docs/manual-sources/images/configProfiles4.png index 9b0c8ceb..0f7f6db5 100644 Binary files a/lam/docs/manual-sources/images/configProfiles4.png and b/lam/docs/manual-sources/images/configProfiles4.png differ