/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugin-runner.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-30 17:16:33 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080830171633-rjyuhsemikw6lg2w
* mandos-keygen.xml (SYNOPSIS): Fixed tags.  Unify short and long
                                options.
* plugins.d/password-request.xml (SYNOPSIS): - '' -

* mandos-clients.conf.xml: Removed extra white space.
* plugin-runner.xml: - '' -
* plugins.d/password-prompt.xml: - '' -
* mandos-keygen.xml: - '' -
* plugins.d/password-request.xml: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
6
<!ENTITY VERSION "1.0">
7
7
<!ENTITY COMMANDNAME "plugin-runner">
8
 
<!ENTITY TIMESTAMP "2008-08-29">
 
8
<!ENTITY TIMESTAMP "2008-08-30">
9
9
]>
10
10
 
11
11
<refentry>
94
94
    <cmdsynopsis>
95
95
      <command>&COMMANDNAME;</command>
96
96
      <arg choice='plain'>--version</arg>
97
 
    </cmdsynopsis>    
 
97
    </cmdsynopsis>
98
98
  </refsynopsisdiv>
99
99
 
100
100
  <refsect1 id="description">
108
108
      and subsequlently started in the initrd environment. See
109
109
      <citerefentry><refentrytitle>crypttab</refentrytitle>
110
110
      <manvolnum>5</manvolnum></citerefentry> for more information on
111
 
      keyscripts.    
 
111
      keyscripts.
112
112
    </para>
113
113
 
114
114
    <para>
127
127
            Global options given to all plugins as additional start
128
128
            arguments.  Options are specified with a -o flag followed
129
129
            by a comma separated string of options.
130
 
          </para>         
 
130
          </para>       
131
131
        </listitem>
132
132
      </varlistentry>
133
133
 
140
140
            Plugin specific options given to the plugin as additional
141
141
            start arguments.  Options are specified with a -o flag
142
142
            followed by a comma separated string of options.
143
 
          </para>         
 
143
          </para>       
144
144
        </listitem>
145
 
      </varlistentry>      
 
145
      </varlistentry>
146
146
 
147
147
      <varlistentry>
148
148
        <term><literal>-d</literal>,<literal> --disable
151
151
        <listitem>
152
152
          <para>
153
153
            Disable a specific plugin
154
 
          </para>         
 
154
          </para>       
155
155
        </listitem>
156
156
      </varlistentry>
157
157
 
163
163
            Group ID the plugins will run as
164
164
          </para>
165
165
        </listitem>
166
 
      </varlistentry>      
 
166
      </varlistentry>
167
167
 
168
168
      <varlistentry>
169
169
        <term><literal>--userid <replaceable>ID</replaceable>
173
173
            User ID the plugins will run as
174
174
          </para>
175
175
        </listitem>
176
 
      </varlistentry>      
 
176
      </varlistentry>
177
177
 
178
178
      <varlistentry>
179
179
        <term><literal>--plugin-dir <replaceable>DIRECTORY</replaceable>
183
183
            Specify a different plugin directory
184
184
          </para>
185
185
        </listitem>
186
 
      </varlistentry>       
 
186
      </varlistentry>
187
187
      
188
188
      <varlistentry>
189
189
        <term><literal>--debug</literal></term>
219
219
            Prints the program version
220
220
          </para>
221
221
        </listitem>
222
 
      </varlistentry>            
 
222
      </varlistentry>
223
223
    </variablelist>
224
224
  </refsect1>
225
225
 
233
233
    <title>FILES</title>
234
234
    <para>
235
235
    </para>
236
 
  </refsect1>  
 
236
  </refsect1>
237
237
 
238
238
  <refsect1 id="notes">
239
239
    <title>NOTES</title>
245
245
    <title>BUGS</title>
246
246
    <para>
247
247
    </para>
248
 
  </refsect1>  
 
248
  </refsect1>
249
249
 
250
250
  <refsect1 id="examples">
251
251
    <title>EXAMPLE</title>