new options for custom scripts
This commit is contained in:
parent
00f6ffddcd
commit
8360ed74f8
|
@ -1,6 +1,8 @@
|
|||
June 2010 3.1.0
|
||||
- Asterisk voicemail support
|
||||
- new hosts module for user accounts to define valid login workstations (replaces inetOrgPerson schema hack) (2951116)
|
||||
- LAM Pro
|
||||
-> custom scripts: new options to hide executed commands and define if output is HTML or plain text
|
||||
- fixed bugs:
|
||||
-> Asterisk password handling (patch 2979728)
|
||||
|
||||
|
|
|
@ -1642,7 +1642,15 @@ Have fun!
|
|||
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
|
||||
"steve".</para>
|
||||
|
||||
<para><emphasis role="bold"></emphasis></para>
|
||||
<para><emphasis role="bold">Output may contain HTML:</emphasis> If your scripts
|
||||
generate HTML output then activate this option.</para>
|
||||
|
||||
<para><emphasis role="bold">Hide command in messages:</emphasis> You may want to
|
||||
prevent that your users see the executed commands. In this case
|
||||
activating this option will only show the command output but not the
|
||||
command itself.</para>
|
||||
|
||||
<para></para>
|
||||
|
||||
<para>You can see a preview of the commands which will be executed on
|
||||
the "Custom scripts" tab.</para>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue