customScripts: support manual scripts
This commit is contained in:
parent
3ef08edceb
commit
ed5f9848fe
|
@ -8,6 +8,7 @@ July 2012
|
||||||
-> Named object module for groups (used for rfc2307bis schema)
|
-> Named object module for groups (used for rfc2307bis schema)
|
||||||
-> Password change page allows account (un)locking
|
-> Password change page allows account (un)locking
|
||||||
-> Allow to send password mails on user edit page
|
-> Allow to send password mails on user edit page
|
||||||
|
-> Custom scripts: supports manual scripts that can be run from account edit pages
|
||||||
- fixed bugs
|
- fixed bugs
|
||||||
-> Asterisk extensions with same name (3528288)
|
-> Asterisk extensions with same name (3528288)
|
||||||
|
|
||||||
|
|
|
@ -3354,9 +3354,11 @@ Run slapindex to rebuild the index.
|
||||||
<para>LAM Pro allows you to execute scripts whenever an account is
|
<para>LAM Pro allows you to execute scripts whenever an account is
|
||||||
created, modified or deleted. This can be useful to automate processes
|
created, modified or deleted. This can be useful to automate processes
|
||||||
which needed manual work afterwards (e.g. sending your user a welcome
|
which needed manual work afterwards (e.g. sending your user a welcome
|
||||||
mail or register a mailbox). To activate this feature please add the
|
mail or register a mailbox). Additionally, you can specify manual scipts
|
||||||
"Custom scripts" module to all needed account types on the configuration
|
that can be executed from within LAM Pro.</para>
|
||||||
pages.</para>
|
|
||||||
|
<para>To activate this feature please add the "Custom scripts" module to
|
||||||
|
all needed account types on the configuration pages.</para>
|
||||||
|
|
||||||
<para>You can specify multiple scripts for each action type (e.g.
|
<para>You can specify multiple scripts for each action type (e.g.
|
||||||
modify) and account type (e.g. user). The scripts need to be located on
|
modify) and account type (e.g. user). The scripts need to be located on
|
||||||
|
@ -3440,6 +3442,12 @@ Run slapindex to rebuild the index.
|
||||||
|
|
||||||
<entry>executed after an account was modified</entry>
|
<entry>executed after an account was modified</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>manual</entry>
|
||||||
|
|
||||||
|
<entry>can be run manually on account page</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
@ -3457,10 +3465,16 @@ Run slapindex to rebuild the index.
|
||||||
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
|
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
|
||||||
"steve".</para>
|
"steve".</para>
|
||||||
|
|
||||||
|
<para>Please note that manual scripts can only use the current LDAP
|
||||||
|
attribute values of the account. Any modifications done that are not
|
||||||
|
saved will not be available. Manual scripts are also not available for
|
||||||
|
new accounts that are not yet saved to LDAP.</para>
|
||||||
|
|
||||||
<para>You can switch LAM's logging to debug mode if you are unsure which
|
<para>You can switch LAM's logging to debug mode if you are unsure which
|
||||||
attributes with which values are available.</para>
|
attributes with which values are available.</para>
|
||||||
|
|
||||||
<para>The following special wildcards are available:</para>
|
<para>The following special wildcards are available for automatical
|
||||||
|
scripts:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -3511,8 +3525,9 @@ Run slapindex to rebuild the index.
|
||||||
|
|
||||||
<para></para>
|
<para></para>
|
||||||
|
|
||||||
<para>You can see a preview of the commands which will be executed on
|
<para>You can see a preview of the commands which will be automatically
|
||||||
the "Custom scripts" tab.</para>
|
executed on the "Custom scripts" tab. Here you can also run the manual
|
||||||
|
scripts.</para>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue