allow to set a display name for the server

This commit is contained in:
Roland Gruber 2016-01-03 11:03:10 +00:00
parent 856b35ae05
commit 56201b02d8
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,6 @@
March 2016 5.3 March 2016 5.3
- Requires PHP 5.4.0 or higher - Requires PHP 5.4.0 or higher
- Login can show display name instead of server URL
- Personal/Unix: support K5KEY hash type for smbk5pwd - Personal/Unix: support K5KEY hash type for smbk5pwd

View File

@ -991,6 +991,12 @@ Have fun!
<section id="a_versUpgrade"> <section id="a_versUpgrade">
<title>Version specific upgrade instructions</title> <title>Version specific upgrade instructions</title>
<section>
<title>5.1 -&gt; 5.3</title>
<para>No special actions needed.</para>
</section>
<section> <section>
<title>5.0 -&gt; 5.1</title> <title>5.0 -&gt; 5.1</title>
@ -1647,6 +1653,10 @@ Have fun!
<para><emphasis role="bold">Advanced options</emphasis></para> <para><emphasis role="bold">Advanced options</emphasis></para>
<para>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").</para>
<para>By default LAM will not follow LDAP referrals. This is ok for <para>By default LAM will not follow LDAP referrals. This is ok for
most installations. If you use LDAP referrals please activate the most installations. If you use LDAP referrals please activate the
referral option in advanced settings.</para> referral option in advanced settings.</para>
@ -3357,7 +3367,7 @@ mysql&gt; GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost';
You might want to set the default domain name in the <link You might want to set the default domain name in the <link
linkend="a_accountProfile">profile editor</link>.</para> linkend="a_accountProfile">profile editor</link>.</para>
<para><emphasis role="bold">Attention:</emphasis> </para> <para><emphasis role="bold">Attention:</emphasis></para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 35 KiB