summaryrefslogtreecommitdiffstats
path: root/ipaaction
diff options
context:
space:
mode:
Diffstat (limited to 'ipaaction')
-rw-r--r--ipaaction/ipaaction.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipaaction/ipaaction.xsl b/ipaaction/ipaaction.xsl
index 543c687..e8e3c14 100644
--- a/ipaaction/ipaaction.xsl
+++ b/ipaaction/ipaaction.xsl
@@ -28,9 +28,9 @@ MA 02111-1307, USA.
<md:output_handler>
<xd:doc>Here we have two different kind of handlers 'download' and 'exec'.</xd:doc>
- <download param_name="output_selector" param_value="file"/>
+ <md:download md:param_name="output_selector" md:param_value="file"/>
<xd:doc>TODO: we have to decide what the client application should do. It would be possible to call an external program like 'curl' or 'wget' or the call libcurl to download a file. I would vote for using 'curl' or 'libcurl' because it seem that curl supports more methods than wget. Download should be done by user nobody into a teporary file and then moved and chowned to the destination.</xd:doc>
- <exec param_name="output_selector" param_value="run"/>
+ <md:exec md:param_name="output_selector" md:param_value="run"/>
<xd:doc>TODO: we have to decide how the client application should call the applied program or script. If no 'user' is specifed the default user should be 'nobody'.</xd:doc>
</md:output_handler>