From 5c0ca2d0d4296ccf576d8c0d9f3ebe668d968850 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 24 2015 05:32:52 +0000 Subject: Document other attributes of "helper" nodes Mentioning that there are attributes of the "helper" node that control whether or not the calling user name is prepended to the argument list, and how that argument list is passed to the helper, but not actually naming them, is a massive oversight. --- diff --git a/src/oddjobd.conf.5.in b/src/oddjobd.conf.5.in index 2803726..658c9fb 100644 --- a/src/oddjobd.conf.5.in +++ b/src/oddjobd.conf.5.in @@ -1,4 +1,4 @@ -.TH oddjobd.conf 5 "5 April 2006" "oddjob Manual" +.TH oddjobd.conf 5 "24 June 2015" "oddjob Manual" .SH NAME oddjobd.conf - configuration for oddjobd @@ -23,11 +23,13 @@ which describes a group of methods described in \fI\fP elements. Each \fI\fR element must specify the method name as a value for its \fIname\fR attribute and may include a \fI element which the name of an executable to run as its \fIexec\fR attribute and the number of arguments -which will be passed to the helper as its \fIargument\fR attribute. A +which will be passed to the helper as its \fIargument_count\fR attribute. A \fI\fR may also include attributes indicating whether or not the -invoking user's name should be prepended to that argument list, and whether +invoking user's name should be prepended to that argument list +(\fIprepend_user_name\fR, with recognized values "yes" or "no"), and whether that argument list should be passed in to the helper via stdin (the default) or -on its command line. +on its command line (\fIargument_passing_method\fR, with recognized values +"stdin" and "cmdline"). Each \fI\fR, \fI\fR, \fI\fR, \fI\fR, or \fI\fR element may also include authorization elements \fI\fR