Kerberos
This commit is contained in:
parent
7eb9c920ba
commit
94110359f5
|
@ -505,7 +505,9 @@ Have fun!
|
|||
<para>If you run PHP with activated <ulink
|
||||
url="http://www.hardened-php.net/suhosin/index.html">Suhosin</ulink>
|
||||
extension please check your logs for alerts. E.g. LAM requires that
|
||||
"suhosin.post.max_name_length" and "suhosin.request.max_varname_length" are increased (e.g. to 256).</para>
|
||||
"suhosin.post.max_name_length" and
|
||||
"suhosin.request.max_varname_length" are increased (e.g. to
|
||||
256).</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
@ -683,6 +685,14 @@ Have fun!
|
|||
<section id="a_versUpgrade">
|
||||
<title>Version specific upgrade instructions</title>
|
||||
|
||||
<section>
|
||||
<title>3.6 -> 3.7</title>
|
||||
|
||||
<para>Asterisk extensions: The extension entries are now grouped by
|
||||
extension name and account context. LAM will automatically assign
|
||||
priorities and set same owners for all entries.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>3.5.0 -> 3.6</title>
|
||||
|
||||
|
@ -1945,6 +1955,52 @@ Have fun!
|
|||
</screenshot>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Heimdal Kerberos (LAM Pro)</title>
|
||||
|
||||
<para>You can manage your Heimdal Kerberos accounts with LAM Pro.
|
||||
Please add the user module "Heimdal Kerberos" to activate this
|
||||
feature.</para>
|
||||
|
||||
<para><emphasis role="bold">Setup password changing</emphasis></para>
|
||||
|
||||
<para>LAM Pro cannot generate the password hashes itself because
|
||||
Heimdal uses a propietary format for them. Therefore, LAM Pro needs to
|
||||
call e.g. kadmin to set the password.</para>
|
||||
|
||||
<para>The wildcards @@password@@ and @@principal@@ are replaced with
|
||||
password and principal name. Please use keytab authentication for this
|
||||
command since it must run without any interaction.</para>
|
||||
|
||||
<para>Example to create a keytab: ktutil -k /root/lam.keytab add -p
|
||||
lam@LAM.LOCAL -e aes256-cts-hmac-sha1-96 -V 1</para>
|
||||
|
||||
<para>Security hint: Please secure your LAM Pro server since the new
|
||||
passwords will be visible for a short term in the process list during
|
||||
password change.</para>
|
||||
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/mod_kerberos2.png" />
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
|
||||
<para><emphasis role="bold">User management</emphasis></para>
|
||||
|
||||
<para>You can specify the principal/user name, ticket lifetimes and
|
||||
expiration dates.</para>
|
||||
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/mod_kerberos1.png" />
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Mail routing</title>
|
||||
|
||||
|
@ -2397,6 +2453,11 @@ Have fun!
|
|||
account type "Asterisk extensions" and its module to your server
|
||||
profile.</para>
|
||||
|
||||
<para>LAM groups your Asterisk extension entries by extension name and
|
||||
account context. If you edit an extension then you will see the Asterisk
|
||||
entries as rules. LAM manages that all rule entries have the same owners
|
||||
and assigns the priorities.</para>
|
||||
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue