summaryrefslogtreecommitdiffstats
path: root/ipaaction
diff options
context:
space:
mode:
authorSumit Bose <sbose@nb.localdomain>2008-11-03 21:37:29 +0100
committerSumit Bose <sbose@nb.localdomain>2008-11-03 21:37:29 +0100
commitcdcea0736bee3294e14dcf0f88321c6400948c5d (patch)
tree7b1b6721285e9776ac941e1bb7ce272f73fe4dbb /ipaaction
parent9be8b9551d588bfbf6b20aa8105fb2e9e882e021 (diff)
downloadipa_policy-cdcea0736bee3294e14dcf0f88321c6400948c5d.tar.gz
ipa_policy-cdcea0736bee3294e14dcf0f88321c6400948c5d.tar.xz
ipa_policy-cdcea0736bee3294e14dcf0f88321c6400948c5d.zip
added xsl metadata documentation
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>