/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-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 "password-request">
8
 
<!ENTITY TIMESTAMP "2008-08-29">
 
8
<!ENTITY TIMESTAMP "2008-08-30">
9
9
]>
10
10
 
11
11
<refentry>
75
75
  <refsynopsisdiv>
76
76
    <cmdsynopsis>
77
77
      <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>    
 
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>
99
145
  </refsynopsisdiv>
100
146
 
101
147
  <refsect1 id="description">
107
153
      passwords given is automaticly decrypted and passed to
108
154
      cryptsetup.
109
155
    </para>
110
 
  </refsect1>  
 
156
  </refsect1>
111
157
  
112
158
  <refsect1 id="options">
113
159
    <title>OPTIONS</title>
135
181
            Directory where the openpgp keyring is
136
182
          </para>
137
183
        </listitem>
138
 
      </varlistentry>      
 
184
      </varlistentry>
139
185
 
140
186
      <varlistentry>
141
187
        <term><literal>-i</literal>, <literal>--interface=
145
191
            Interface that Avahi will conntect through
146
192
          </para>
147
193
        </listitem>
148
 
      </varlistentry>      
 
194
      </varlistentry>
149
195
 
150
196
      <varlistentry>
151
197
        <term><literal>-p</literal>, <literal>--pubkey=<replaceable>
155
201
            Public openpgp key for gnutls authentication
156
202
          </para>
157
203
        </listitem>
158
 
      </varlistentry>      
 
204
      </varlistentry>
159
205
 
160
206
      <varlistentry>
161
207
        <term><literal>-s</literal>, <literal>--seckey=<replaceable>
165
211
            Secret openpgp key for gnutls authentication
166
212
          </para>
167
213
        </listitem>
168
 
      </varlistentry>            
 
214
      </varlistentry>
169
215
      
170
216
      <varlistentry>
171
217
        <term><literal>--priority=<replaceable>PRIORITY</replaceable>
175
221
            GNUTLS priority
176
222
          </para>
177
223
        </listitem>
178
 
      </varlistentry>            
 
224
      </varlistentry>
179
225
 
180
226
      <varlistentry>
181
227
        <term><literal>--dh-bits=<replaceable>BITS</replaceable>
185
231
            dh-bits to use in gnutls communication
186
232
          </para>
187
233
        </listitem>
188
 
      </varlistentry>      
 
234
      </varlistentry>
189
235
      
190
236
      <varlistentry>
191
237
        <term><literal>--debug</literal></term>
221
267
            Prints the program version
222
268
          </para>
223
269
        </listitem>
224
 
      </varlistentry>            
 
270
      </varlistentry>
225
271
    </variablelist>
226
272
  </refsect1>
227
273
 
235
281
    <title>ENVIRONMENT</title>
236
282
    <para>
237
283
    </para>
238
 
  </refsect1>  
 
284
  </refsect1>
239
285
 
240
286
  <refsect1 id="file">
241
287
    <title>FILES</title>
242
288
    <para>
243
289
    </para>
244
 
  </refsect1>  
 
290
  </refsect1>
245
291
  
246
292
  <refsect1 id="bugs">
247
293
    <title>BUGS</title>
248
294
    <para>
249
295
    </para>
250
 
  </refsect1>  
 
296
  </refsect1>
251
297
 
252
298
  <refsect1 id="example">
253
299
    <title>EXAMPLE</title>