/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 mandos-client.xml

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
      <arg choice='opt'>--options-for<arg choice='plain'>PLUGIN:OPTIONS</arg></arg>
78
78
      <arg choice='opt'>--disable<arg choice='plain'>PLUGIN</arg></arg>
79
79
      <arg choice='opt'>--groupid<arg choice='plain'>ID</arg></arg>
80
 
      <arg choice='opt'>--userid<arg choice='plain'>ID</arg></arg>
 
80
      <arg choice='opt'>--userpid<arg choice='plain'>ID</arg></arg>
81
81
      <arg choice='opt'>--plugin-dir<arg choice='plain'>DIRECTORY</arg></arg>
82
82
      <arg choice='opt'>--debug</arg>
83
83
    </cmdsynopsis>
100
100
    <para>
101
101
      <command>&COMMANDNAME;</command> is a plugin runner that waits
102
102
      for any of its plugins to return sucessfull with a password, and
103
 
      passes it to cryptsetup as stdout message. This command is not
104
 
      meant to be invoked directly, but is instead meant to be run by
105
 
      cryptsetup by being specified in /etc/crypttab as a keyscript
106
 
      and subsequlently started in the initrd environment. See
107
 
      <citerefentry><refentrytitle>crypttab</refentrytitle>
108
 
      <manvolnum>5</manvolnum></citerefentry> for more information on
109
 
      keyscripts.    
 
103
      passes it to cryptsetup. plugins is defined as any executables
 
104
      in the plugins directory will by default will be
 
105
      /conf/conf.d/mandos/plugins.d.  to stdout.
110
106
    </para>
111
107
 
112
 
    <para>
113
 
      plugins is looked for in the plugins directory which by default will be
114
 
      /conf/conf.d/mandos/plugins.d if not changed by option --plugin-dir.
115
 
    </para>
116
 
  </refsect1>
117
 
  <refsect1>
118
 
    <title>OPTIONS</title>
119
108
    <variablelist>
120
109
      <varlistentry>
121
110
        <term><literal>-g</literal>,<literal>--global-options
220
209
      </varlistentry>            
221
210
    </variablelist>
222
211
  </refsect1>
223
 
 
224
 
  <refsect1 id="exit_status">
225
 
    <title>EXIT STATUS</title>
226
 
    <para>
227
 
    </para>
228
 
  </refsect1>
229
 
 
230
 
  <refsect1 id="file">
231
 
    <title>FILES</title>
232
 
    <para>
233
 
      </para>
234
 
  </refsect1>  
235
 
 
236
 
  <refsect1 id="notes">
237
 
    <title>NOTES</title>
238
 
    <para>
239
 
      </para>
240
 
  </refsect1>
241
 
  
242
 
  <refsect1 id="bugs">
243
 
    <title>BUGS</title>
244
 
    <para>
245
 
      </para>
246
 
  </refsect1>  
247
 
 
248
 
  <refsect1 id="examples">
249
 
    <title>EXAMPLES</title>
250
 
    <para>
251
 
      </para>
252
 
  </refsect1>
253
 
 
254
 
  <refsect1 id="security">
255
 
    <title>SECURITY</title>
256
 
    <para>
257
 
      </para>
258
 
  </refsect1>
259
 
 
260
 
  <refsect1 id="see_also">
261
 
    <title>SEE ALSO</title>
262
 
    <para>
263
 
      <citerefentry><refentrytitle>mandos</refentrytitle>
264
 
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
265
 
      <refentrytitle>password-request</refentrytitle>
266
 
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
267
 
      <refentrytitle>password-prompt</refentrytitle>
268
 
      <manvolnum>8mandos</manvolnum></citerefentry>
269
 
    </para>
270
 
  </refsect1>
271
 
 
272
212
</refentry>