From cdcea0736bee3294e14dcf0f88321c6400948c5d Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 3 Nov 2008 21:37:29 +0100 Subject: added xsl metadata documentation --- ipaaction/ipaaction.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipaaction') 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. Here we have two different kind of handlers 'download' and 'exec'. - + 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. - + 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'. -- cgit