/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-29 07:14:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080829071439-feg1el14hx1abvqg
* mandos-keygen.xml (EXAMPLE): Replaced all occurrences of command
                               name with "&COMMANDNAME;".
* plugin-runner.xml (EXAMPLES): Renamed to "EXAMPLE".  - '' -

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 "password-request">
8
 
<!ENTITY TIMESTAMP "2008-08-30">
 
8
<!ENTITY TIMESTAMP "2008-08-29">
9
9
]>
10
10
 
11
11
<refentry>
75
75
  <refsynopsisdiv>
76
76
    <cmdsynopsis>
77
77
      <command>&COMMANDNAME;</command>
78
 
      <group>
79
 
        <arg choice="plain"><option>--connect
80
 
        <replaceable>IPADDR</replaceable><literal>:</literal
81
 
        ><replaceable>PORT</replaceable></option></arg>
82
 
        <arg choice="plain"><option>-c
83
 
        <replaceable>IPADDR</replaceable><literal>:</literal
84
 
        ><replaceable>PORT</replaceable></option></arg>
85
 
      </group>
86
 
      <sbr/>
87
 
      <group>
88
 
        <arg choice="plain"><option>--keydir
89
 
        <replaceable>KEYDIR</replaceable></option></arg>
90
 
        <arg choice="plain"><option>-d
91
 
        <replaceable>KEYDIR</replaceable></option></arg>
92
 
      </group>
93
 
      <sbr/>
94
 
      <group>
95
 
        <arg choice="plain"><option>--interface
96
 
        <replaceable>NAME</replaceable></option></arg>
97
 
        <arg choice="plain"><option>-i
98
 
        <replaceable>NAME</replaceable></option></arg>
99
 
      </group>
100
 
      <sbr/>
101
 
      <group>
102
 
        <arg choice="plain"><option>--pubkey
103
 
        <replaceable>FILE</replaceable></option></arg>
104
 
        <arg choice="plain"><option>-p
105
 
        <replaceable>FILE</replaceable></option></arg>
106
 
      </group>
107
 
      <sbr/>
108
 
      <group>
109
 
        <arg choice="plain"><option>--seckey
110
 
        <replaceable>FILE</replaceable></option></arg>
111
 
        <arg choice="plain"><option>-s
112
 
        <replaceable>FILE</replaceable></option></arg>
113
 
      </group>
114
 
      <sbr/>
115
 
      <arg>
116
 
        <option>--priority <replaceable>STRING</replaceable></option>
117
 
      </arg>
118
 
      <sbr/>
119
 
      <arg>
120
 
        <option>--dh-bits <replaceable>BITS</replaceable></option>
121
 
      </arg>
122
 
      <sbr/>
123
 
      <arg>
124
 
        <option>--debug</option>
125
 
      </arg>
126
 
    </cmdsynopsis>
127
 
    <cmdsynopsis>
128
 
      <command>&COMMANDNAME;</command>
129
 
      <group choice="req">
130
 
        <arg choice='plain'><option>-?</option></arg>
131
 
        <arg choice='plain'><option>--help</option></arg>
132
 
      </group>
133
 
    </cmdsynopsis>
134
 
    <cmdsynopsis>
135
 
      <command>&COMMANDNAME;</command>
136
 
      <arg choice='plain'><option>--usage</option></arg>
137
 
    </cmdsynopsis>
138
 
    <cmdsynopsis>
139
 
      <command>&COMMANDNAME;</command>
140
 
      <group choice="req">
141
 
        <arg choice='plain'><option>-V</option></arg>
142
 
        <arg choice='plain'><option>--version</option></arg>
143
 
      </group>
144
 
    </cmdsynopsis>
 
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>    
145
99
  </refsynopsisdiv>
146
100
 
147
101
  <refsect1 id="description">
153
107
      passwords given is automaticly decrypted and passed to
154
108
      cryptsetup.
155
109
    </para>
156
 
  </refsect1>
 
110
  </refsect1>  
157
111
  
158
112
  <refsect1 id="options">
159
113
    <title>OPTIONS</title>
181
135
            Directory where the openpgp keyring is
182
136
          </para>
183
137
        </listitem>
184
 
      </varlistentry>
 
138
      </varlistentry>      
185
139
 
186
140
      <varlistentry>
187
141
        <term><literal>-i</literal>, <literal>--interface=
191
145
            Interface that Avahi will conntect through
192
146
          </para>
193
147
        </listitem>
194
 
      </varlistentry>
 
148
      </varlistentry>      
195
149
 
196
150
      <varlistentry>
197
151
        <term><literal>-p</literal>, <literal>--pubkey=<replaceable>
201
155
            Public openpgp key for gnutls authentication
202
156
          </para>
203
157
        </listitem>
204
 
      </varlistentry>
 
158
      </varlistentry>      
205
159
 
206
160
      <varlistentry>
207
161
        <term><literal>-s</literal>, <literal>--seckey=<replaceable>
211
165
            Secret openpgp key for gnutls authentication
212
166
          </para>
213
167
        </listitem>
214
 
      </varlistentry>
 
168
      </varlistentry>            
215
169
      
216
170
      <varlistentry>
217
171
        <term><literal>--priority=<replaceable>PRIORITY</replaceable>
221
175
            GNUTLS priority
222
176
          </para>
223
177
        </listitem>
224
 
      </varlistentry>
 
178
      </varlistentry>            
225
179
 
226
180
      <varlistentry>
227
181
        <term><literal>--dh-bits=<replaceable>BITS</replaceable>
231
185
            dh-bits to use in gnutls communication
232
186
          </para>
233
187
        </listitem>
234
 
      </varlistentry>
 
188
      </varlistentry>      
235
189
      
236
190
      <varlistentry>
237
191
        <term><literal>--debug</literal></term>
267
221
            Prints the program version
268
222
          </para>
269
223
        </listitem>
270
 
      </varlistentry>
 
224
      </varlistentry>            
271
225
    </variablelist>
272
226
  </refsect1>
273
227
 
281
235
    <title>ENVIRONMENT</title>
282
236
    <para>
283
237
    </para>
284
 
  </refsect1>
 
238
  </refsect1>  
285
239
 
286
240
  <refsect1 id="file">
287
241
    <title>FILES</title>
288
242
    <para>
289
243
    </para>
290
 
  </refsect1>
 
244
  </refsect1>  
291
245
  
292
246
  <refsect1 id="bugs">
293
247
    <title>BUGS</title>
294
248
    <para>
295
249
    </para>
296
 
  </refsect1>
 
250
  </refsect1>  
297
251
 
298
252
  <refsect1 id="example">
299
253
    <title>EXAMPLE</title>
309
263
 
310
264
  <refsect1 id="see_also">
311
265
    <title>SEE ALSO</title>
312
 
    <para>
313
 
      <citerefentry><refentrytitle>mandos</refentrytitle>
314
 
      <manvolnum>8</manvolnum></citerefentry>,
315
 
      <citerefentry><refentrytitle>password-prompt</refentrytitle>
316
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
317
 
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
318
 
      <manvolnum>8mandos</manvolnum></citerefentry>
319
 
    </para>
320
266
    <itemizedlist>
321
267
      <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>
322
283
        <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
323
284
      </para></listitem>
324
285