/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
 
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"?>
2
4
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
6
<!ENTITY VERSION "1.0">
5
7
<!ENTITY COMMANDNAME "password-request">
6
 
<!ENTITY TIMESTAMP "2008-08-31">
 
8
<!ENTITY TIMESTAMP "2008-08-30">
7
9
]>
8
10
 
9
11
<refentry>
10
12
  <refentryinfo>
11
13
    <title>Mandos Manual</title>
12
 
    <!-- Nwalsh’s docbook scripts use this to generate the footer: -->
 
14
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
13
15
    <productname>Mandos</productname>
14
16
    <productnumber>&VERSION;</productnumber>
15
17
    <date>&TIMESTAMP;</date>
31
33
    </authorgroup>
32
34
    <copyright>
33
35
      <year>2008</year>
34
 
      <holder>Teddy Hogeborn</holder>
35
 
      <holder>Björn Påhlsson</holder>
 
36
      <holder>Teddy Hogeborn &amp; Björn Påhlsson</holder>
36
37
    </copyright>
37
38
    <legalnotice>
38
39
      <para>
85
86
      <sbr/>
86
87
      <group>
87
88
        <arg choice="plain"><option>--keydir
88
 
        <replaceable>DIRECTORY</replaceable></option></arg>
 
89
        <replaceable>KEYDIR</replaceable></option></arg>
89
90
        <arg choice="plain"><option>-d
90
 
        <replaceable>DIRECTORY</replaceable></option></arg>
 
91
        <replaceable>KEYDIR</replaceable></option></arg>
91
92
      </group>
92
93
      <sbr/>
93
94
      <group>
126
127
    <cmdsynopsis>
127
128
      <command>&COMMANDNAME;</command>
128
129
      <group choice="req">
129
 
        <arg choice="plain"><option>--help</option></arg>
130
 
        <arg choice="plain"><option>-?</option></arg>
 
130
        <arg choice='plain'><option>-?</option></arg>
 
131
        <arg choice='plain'><option>--help</option></arg>
131
132
      </group>
132
133
    </cmdsynopsis>
133
134
    <cmdsynopsis>
134
135
      <command>&COMMANDNAME;</command>
135
 
      <arg choice="plain"><option>--usage</option></arg>
 
136
      <arg choice='plain'><option>--usage</option></arg>
136
137
    </cmdsynopsis>
137
138
    <cmdsynopsis>
138
139
      <command>&COMMANDNAME;</command>
139
140
      <group choice="req">
140
 
        <arg choice="plain"><option>--version</option></arg>
141
 
        <arg choice="plain"><option>-V</option></arg>
 
141
        <arg choice='plain'><option>-V</option></arg>
 
142
        <arg choice='plain'><option>--version</option></arg>
142
143
      </group>
143
144
    </cmdsynopsis>
144
145
  </refsynopsisdiv>
163
164
 
164
165
    <variablelist>
165
166
      <varlistentry>
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>
 
167
        <term><literal>-c</literal>, <literal>--connect=<replaceable>
 
168
        IP</replaceable></literal></term>
172
169
        <listitem>
173
170
          <para>
174
171
            Connect directly to a specified mandos server
177
174
      </varlistentry>
178
175
 
179
176
      <varlistentry>
180
 
        <term><option>--keydir=<replaceable
181
 
        >DIRECTORY</replaceable></option></term>
182
 
        <term><option>-d
183
 
        <replaceable>DIRECTORY</replaceable></option></term>
 
177
        <term><literal>-d</literal>, <literal>--keydir=<replaceable>
 
178
        KEYDIR</replaceable></literal></term>
184
179
        <listitem>
185
180
          <para>
186
181
            Directory where the openpgp keyring is
189
184
      </varlistentry>
190
185
 
191
186
      <varlistentry>
192
 
        <term><option>--interface=
193
 
        <replaceable>NAME</replaceable></option></term>
194
 
        <term><option>-i
195
 
        <replaceable>NAME</replaceable></option></term>
 
187
        <term><literal>-i</literal>, <literal>--interface=
 
188
        <replaceable>INTERFACE</replaceable></literal></term>
196
189
        <listitem>
197
190
          <para>
198
 
            Interface that Avahi will connect through
 
191
            Interface that Avahi will conntect through
199
192
          </para>
200
193
        </listitem>
201
194
      </varlistentry>
202
195
 
203
196
      <varlistentry>
204
 
        <term><option>--pubkey=<replaceable
205
 
        >FILE</replaceable></option></term>
206
 
        <term><option>-p
207
 
        <replaceable>FILE</replaceable></option></term>
 
197
        <term><literal>-p</literal>, <literal>--pubkey=<replaceable>
 
198
        PUBKEY</replaceable></literal></term>
208
199
        <listitem>
209
200
          <para>
210
201
            Public openpgp key for gnutls authentication
213
204
      </varlistentry>
214
205
 
215
206
      <varlistentry>
216
 
        <term><option>--seckey=<replaceable
217
 
        >FILE</replaceable></option></term>
218
 
        <term><option>-s
219
 
        <replaceable>FILE</replaceable></option></term>
 
207
        <term><literal>-s</literal>, <literal>--seckey=<replaceable>
 
208
        SECKEY</replaceable></literal></term>
220
209
        <listitem>
221
210
          <para>
222
 
            Secret OpenPGP key for GnuTLS authentication
 
211
            Secret openpgp key for gnutls authentication
223
212
          </para>
224
213
        </listitem>
225
214
      </varlistentry>
226
215
      
227
216
      <varlistentry>
228
 
        <term><option>--priority=<replaceable
229
 
        >STRING</replaceable></option></term>
 
217
        <term><literal>--priority=<replaceable>PRIORITY</replaceable>
 
218
        </literal></term>
230
219
        <listitem>
231
220
          <para>
232
 
            GnuTLS priority
 
221
            GNUTLS priority
233
222
          </para>
234
223
        </listitem>
235
224
      </varlistentry>
236
225
 
237
226
      <varlistentry>
238
 
        <term><option>--dh-bits=<replaceable
239
 
        >BITS</replaceable></option></term>
 
227
        <term><literal>--dh-bits=<replaceable>BITS</replaceable>
 
228
        </literal></term>
240
229
        <listitem>
241
230
          <para>
242
 
            DH bits to use in gnutls communication
 
231
            dh-bits to use in gnutls communication
243
232
          </para>
244
233
        </listitem>
245
234
      </varlistentry>
246
235
      
247
236
      <varlistentry>
248
 
        <term><option>--debug</option></term>
 
237
        <term><literal>--debug</literal></term>
249
238
        <listitem>
250
239
          <para>
251
240
            Debug mode
254
243
      </varlistentry>
255
244
      
256
245
      <varlistentry>
257
 
        <term><option>--help</option></term>
258
 
        <term><option>-?</option></term>
 
246
        <term><literal>-?</literal>, <literal>--help</literal></term>
259
247
        <listitem>
260
248
          <para>
261
249
            Gives a help message
264
252
      </varlistentry>
265
253
      
266
254
      <varlistentry>
267
 
        <term><option>--usage</option></term>
 
255
        <term><literal>--usage</literal></term>
268
256
        <listitem>
269
257
          <para>
270
258
            Gives a short usage message
273
261
      </varlistentry>
274
262
 
275
263
      <varlistentry>
276
 
        <term><option>--version</option></term>
277
 
        <term><option>-V</option></term>
 
264
        <term><literal>-V</literal>, <literal>--version</literal></term>
278
265
        <listitem>
279
266
          <para>
280
267
            Prints the program version