allow to force password change
This commit is contained in:
parent
10a264048d
commit
12472fffb0
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
||||||
|
|
||||||
|
@ -25,8 +26,12 @@ This is a list of API changes for all LAM releases.
|
||||||
<h2>3.6 -> 3.7</h2>Module interface:<br>
|
<h2>3.6 -> 3.7</h2>Module interface:<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span style="font-weight: bold;">postModifyActions()</span>: Must return an array containing any messages to display</li>
|
<li><span style="font-weight: bold;">postModifyActions()</span>: Must return an array containing any messages to display</li>
|
||||||
<li><span style="font-weight: bold;">preModifyActions():</span> Changed return value from boolean to array of message arrays<br>
|
<li><span style="font-weight: bold;">preModifyActions():</span> Changed return value from boolean to array of message arrays</li>
|
||||||
|
<li><span style="font-weight: bold;">passwordService interface:</span>
|
||||||
|
new function supportsForcePasswordChange() and changed function
|
||||||
|
passwordChangeRequested() to support password change at next login <br>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -3655,6 +3655,19 @@ Run slapindex to rebuild the index.
|
||||||
Only existing attributes are updated. No new attributes are
|
Only existing attributes are updated. No new attributes are
|
||||||
added.</para>
|
added.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><emphasis role="bold">Sync Asterisk (voicemail) password with
|
||||||
|
Unix password:</emphasis> Changes also the Asterisk
|
||||||
|
passwords.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><emphasis role="bold">Force password change:</emphasis> This
|
||||||
|
will force the user to change his password at next login. This
|
||||||
|
option supports Shadow, Samba 3 and PPolicy (automatically
|
||||||
|
detected).</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para></para>
|
<para></para>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue