/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 plugins.d/password-request.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-31 14:02:37 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080831140237-oz9knd88esz8cj4y
* plugin-runner.xml: Removed <?xml-stylesheet>.
* plugins.d/password-request.xml: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
2
 
<?xml-stylesheet type="text/xsl"
3
 
        href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
4
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
5
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
4
<!ENTITY VERSION "1.0">
7
5
<!ENTITY COMMANDNAME "password-request">
8
 
<!ENTITY TIMESTAMP "2008-08-29">
 
6
<!ENTITY TIMESTAMP "2008-08-31">
9
7
]>
10
8
 
11
9
<refentry>
12
10
  <refentryinfo>
13
11
    <title>Mandos Manual</title>
14
 
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
 
12
    <!-- Nwalsh’s docbook scripts use this to generate the footer: -->
15
13
    <productname>Mandos</productname>
16
14
    <productnumber>&VERSION;</productnumber>
17
15
    <date>&TIMESTAMP;</date>
33
31
    </authorgroup>
34
32
    <copyright>
35
33
      <year>2008</year>
36
 
      <holder>Teddy Hogeborn &amp; Björn Påhlsson</holder>
 
34
      <holder>Teddy Hogeborn</holder>
 
35
      <holder>Björn Påhlsson</holder>
37
36
    </copyright>
38
37
    <legalnotice>
39
38
      <para>
75
74
  <refsynopsisdiv>
76
75
    <cmdsynopsis>
77
76
      <command>&COMMANDNAME;</command>
78
 
      <arg choice='opt'>--connect<arg choice='plain'>IP</arg></arg>
79
 
      <arg choice='opt'>--keydir<arg choice='plain'>KEYDIR</arg></arg>
80
 
      <arg choice='opt'>--interface<arg choice='plain'>INTERFACE</arg></arg>
81
 
      <arg choice='opt'>--pubkey<arg choice='plain'>PUBKEY</arg></arg>
82
 
      <arg choice='opt'>--seckey<arg choice='plain'>SECKEY</arg></arg>
83
 
      <arg choice='opt'>--priority<arg choice='plain'>PRIORITY</arg></arg>
84
 
      <arg choice='opt'>--dh-bits<arg choice='plain'>BITS</arg></arg>      
85
 
      <arg choice='opt'>--debug</arg>
86
 
    </cmdsynopsis>
87
 
    <cmdsynopsis>
88
 
      <command>&COMMANDNAME;</command>
89
 
      <arg choice='plain'>--help</arg>
90
 
    </cmdsynopsis>
91
 
    <cmdsynopsis>
92
 
      <command>&COMMANDNAME;</command>
93
 
      <arg choice='plain'>--usage</arg>
94
 
    </cmdsynopsis>
95
 
    <cmdsynopsis>
96
 
      <command>&COMMANDNAME;</command>
97
 
      <arg choice='plain'>--version</arg>
98
 
    </cmdsynopsis>    
 
77
      <group>
 
78
        <arg choice="plain"><option>--connect
 
79
        <replaceable>IPADDR</replaceable><literal>:</literal
 
80
        ><replaceable>PORT</replaceable></option></arg>
 
81
        <arg choice="plain"><option>-c
 
82
        <replaceable>IPADDR</replaceable><literal>:</literal
 
83
        ><replaceable>PORT</replaceable></option></arg>
 
84
      </group>
 
85
      <sbr/>
 
86
      <group>
 
87
        <arg choice="plain"><option>--keydir
 
88
        <replaceable>DIRECTORY</replaceable></option></arg>
 
89
        <arg choice="plain"><option>-d
 
90
        <replaceable>DIRECTORY</replaceable></option></arg>
 
91
      </group>
 
92
      <sbr/>
 
93
      <group>
 
94
        <arg choice="plain"><option>--interface
 
95
        <replaceable>NAME</replaceable></option></arg>
 
96
        <arg choice="plain"><option>-i
 
97
        <replaceable>NAME</replaceable></option></arg>
 
98
      </group>
 
99
      <sbr/>
 
100
      <group>
 
101
        <arg choice="plain"><option>--pubkey
 
102
        <replaceable>FILE</replaceable></option></arg>
 
103
        <arg choice="plain"><option>-p
 
104
        <replaceable>FILE</replaceable></option></arg>
 
105
      </group>
 
106
      <sbr/>
 
107
      <group>
 
108
        <arg choice="plain"><option>--seckey
 
109
        <replaceable>FILE</replaceable></option></arg>
 
110
        <arg choice="plain"><option>-s
 
111
        <replaceable>FILE</replaceable></option></arg>
 
112
      </group>
 
113
      <sbr/>
 
114
      <arg>
 
115
        <option>--priority <replaceable>STRING</replaceable></option>
 
116
      </arg>
 
117
      <sbr/>
 
118
      <arg>
 
119
        <option>--dh-bits <replaceable>BITS</replaceable></option>
 
120
      </arg>
 
121
      <sbr/>
 
122
      <arg>
 
123
        <option>--debug</option>
 
124
      </arg>
 
125
    </cmdsynopsis>
 
126
    <cmdsynopsis>
 
127
      <command>&COMMANDNAME;</command>
 
128
      <group choice="req">
 
129
        <arg choice="plain"><option>--help</option></arg>
 
130
        <arg choice="plain"><option>-?</option></arg>
 
131
      </group>
 
132
    </cmdsynopsis>
 
133
    <cmdsynopsis>
 
134
      <command>&COMMANDNAME;</command>
 
135
      <arg choice="plain"><option>--usage</option></arg>
 
136
    </cmdsynopsis>
 
137
    <cmdsynopsis>
 
138
      <command>&COMMANDNAME;</command>
 
139
      <group choice="req">
 
140
        <arg choice="plain"><option>--version</option></arg>
 
141
        <arg choice="plain"><option>-V</option></arg>
 
142
      </group>
 
143
    </cmdsynopsis>
99
144
  </refsynopsisdiv>
100
145
 
101
146
  <refsect1 id="description">
107
152
      passwords given is automaticly decrypted and passed to
108
153
      cryptsetup.
109
154
    </para>
110
 
  </refsect1>  
 
155
  </refsect1>
111
156
  
112
157
  <refsect1 id="options">
113
158
    <title>OPTIONS</title>
118
163
 
119
164
    <variablelist>
120
165
      <varlistentry>
121
 
        <term><literal>-c</literal>, <literal>--connect=<replaceable>
122
 
        IP</replaceable></literal></term>
 
166
        <term><option>--connect=<replaceable
 
167
        >IPADDR</replaceable><literal>:</literal><replaceable
 
168
        >PORT</replaceable></option></term>
 
169
        <term><option>-c
 
170
        <replaceable>IPADDR</replaceable><literal>:</literal
 
171
        ><replaceable>PORT</replaceable></option></term>
123
172
        <listitem>
124
173
          <para>
125
174
            Connect directly to a specified mandos server
128
177
      </varlistentry>
129
178
 
130
179
      <varlistentry>
131
 
        <term><literal>-d</literal>, <literal>--keydir=<replaceable>
132
 
        KEYDIR</replaceable></literal></term>
 
180
        <term><option>--keydir=<replaceable
 
181
        >DIRECTORY</replaceable></option></term>
 
182
        <term><option>-d
 
183
        <replaceable>DIRECTORY</replaceable></option></term>
133
184
        <listitem>
134
185
          <para>
135
186
            Directory where the openpgp keyring is
136
187
          </para>
137
188
        </listitem>
138
 
      </varlistentry>      
 
189
      </varlistentry>
139
190
 
140
191
      <varlistentry>
141
 
        <term><literal>-i</literal>, <literal>--interface=
142
 
        <replaceable>INTERFACE</replaceable></literal></term>
 
192
        <term><option>--interface=
 
193
        <replaceable>NAME</replaceable></option></term>
 
194
        <term><option>-i
 
195
        <replaceable>NAME</replaceable></option></term>
143
196
        <listitem>
144
197
          <para>
145
 
            Interface that Avahi will conntect through
 
198
            Interface that Avahi will connect through
146
199
          </para>
147
200
        </listitem>
148
 
      </varlistentry>      
 
201
      </varlistentry>
149
202
 
150
203
      <varlistentry>
151
 
        <term><literal>-p</literal>, <literal>--pubkey=<replaceable>
152
 
        PUBKEY</replaceable></literal></term>
 
204
        <term><option>--pubkey=<replaceable
 
205
        >FILE</replaceable></option></term>
 
206
        <term><option>-p
 
207
        <replaceable>FILE</replaceable></option></term>
153
208
        <listitem>
154
209
          <para>
155
210
            Public openpgp key for gnutls authentication
156
211
          </para>
157
212
        </listitem>
158
 
      </varlistentry>      
159
 
 
160
 
      <varlistentry>
161
 
        <term><literal>-s</literal>, <literal>--seckey=<replaceable>
162
 
        SECKEY</replaceable></literal></term>
163
 
        <listitem>
164
 
          <para>
165
 
            Secret openpgp key for gnutls authentication
166
 
          </para>
167
 
        </listitem>
168
 
      </varlistentry>            
169
 
      
170
 
      <varlistentry>
171
 
        <term><literal>--priority=<replaceable>PRIORITY</replaceable>
172
 
        </literal></term>
173
 
        <listitem>
174
 
          <para>
175
 
            GNUTLS priority
176
 
          </para>
177
 
        </listitem>
178
 
      </varlistentry>            
179
 
 
180
 
      <varlistentry>
181
 
        <term><literal>--dh-bits=<replaceable>BITS</replaceable>
182
 
        </literal></term>
183
 
        <listitem>
184
 
          <para>
185
 
            dh-bits to use in gnutls communication
186
 
          </para>
187
 
        </listitem>
188
 
      </varlistentry>      
189
 
      
190
 
      <varlistentry>
191
 
        <term><literal>--debug</literal></term>
 
213
      </varlistentry>
 
214
 
 
215
      <varlistentry>
 
216
        <term><option>--seckey=<replaceable
 
217
        >FILE</replaceable></option></term>
 
218
        <term><option>-s
 
219
        <replaceable>FILE</replaceable></option></term>
 
220
        <listitem>
 
221
          <para>
 
222
            Secret OpenPGP key for GnuTLS authentication
 
223
          </para>
 
224
        </listitem>
 
225
      </varlistentry>
 
226
      
 
227
      <varlistentry>
 
228
        <term><option>--priority=<replaceable
 
229
        >STRING</replaceable></option></term>
 
230
        <listitem>
 
231
          <para>
 
232
            GnuTLS priority
 
233
          </para>
 
234
        </listitem>
 
235
      </varlistentry>
 
236
 
 
237
      <varlistentry>
 
238
        <term><option>--dh-bits=<replaceable
 
239
        >BITS</replaceable></option></term>
 
240
        <listitem>
 
241
          <para>
 
242
            DH bits to use in gnutls communication
 
243
          </para>
 
244
        </listitem>
 
245
      </varlistentry>
 
246
      
 
247
      <varlistentry>
 
248
        <term><option>--debug</option></term>
192
249
        <listitem>
193
250
          <para>
194
251
            Debug mode
197
254
      </varlistentry>
198
255
      
199
256
      <varlistentry>
200
 
        <term><literal>-?</literal>, <literal>--help</literal></term>
 
257
        <term><option>--help</option></term>
 
258
        <term><option>-?</option></term>
201
259
        <listitem>
202
260
          <para>
203
261
            Gives a help message
206
264
      </varlistentry>
207
265
      
208
266
      <varlistentry>
209
 
        <term><literal>--usage</literal></term>
 
267
        <term><option>--usage</option></term>
210
268
        <listitem>
211
269
          <para>
212
270
            Gives a short usage message
215
273
      </varlistentry>
216
274
 
217
275
      <varlistentry>
218
 
        <term><literal>-V</literal>, <literal>--version</literal></term>
 
276
        <term><option>--version</option></term>
 
277
        <term><option>-V</option></term>
219
278
        <listitem>
220
279
          <para>
221
280
            Prints the program version
222
281
          </para>
223
282
        </listitem>
224
 
      </varlistentry>            
 
283
      </varlistentry>
225
284
    </variablelist>
226
285
  </refsect1>
227
286
 
235
294
    <title>ENVIRONMENT</title>
236
295
    <para>
237
296
    </para>
238
 
  </refsect1>  
 
297
  </refsect1>
239
298
 
240
299
  <refsect1 id="file">
241
300
    <title>FILES</title>
242
301
    <para>
243
302
    </para>
244
 
  </refsect1>  
 
303
  </refsect1>
245
304
  
246
305
  <refsect1 id="bugs">
247
306
    <title>BUGS</title>
248
307
    <para>
249
308
    </para>
250
 
  </refsect1>  
 
309
  </refsect1>
251
310
 
252
311
  <refsect1 id="example">
253
312
    <title>EXAMPLE</title>
263
322
 
264
323
  <refsect1 id="see_also">
265
324
    <title>SEE ALSO</title>
 
325
    <para>
 
326
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
327
      <manvolnum>8</manvolnum></citerefentry>,
 
328
      <citerefentry><refentrytitle>password-prompt</refentrytitle>
 
329
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
330
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
331
      <manvolnum>8mandos</manvolnum></citerefentry>
 
332
    </para>
266
333
    <itemizedlist>
267
334
      <listitem><para>
268
 
        <citerefentry><refentrytitle>mandos</refentrytitle>
269
 
        <manvolnum>8</manvolnum></citerefentry>
270
 
      </para></listitem>
271
 
      
272
 
      <listitem><para>
273
 
        <citerefentry><refentrytitle>plugin-runner</refentrytitle>
274
 
        <manvolnum>8mandos</manvolnum></citerefentry>
275
 
      </para></listitem>
276
 
      
277
 
      <listitem><para>
278
 
        <citerefentry><refentrytitle>password-prompt</refentrytitle>
279
 
        <manvolnum>8mandos</manvolnum></citerefentry>
280
 
      </para></listitem>
281
 
      
282
 
      <listitem><para>
283
335
        <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
284
336
      </para></listitem>
285
337