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"?>
4
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
5
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
<!ENTITY VERSION "1.0">
7
<!ENTITY COMMANDNAME "mandos-client">
12
<title>&COMMANDNAME;</title>
13
<!-- NWalsh's docbook scripts use this to generate the footer: -->
14
<productname>&COMMANDNAME;</productname>
15
<productnumber>&VERSION;</productnumber>
18
<firstname>Björn</firstname>
19
<surname>Påhlsson</surname>
21
<email>belorn@fukt.bsnet.se</email>
25
<firstname>Teddy</firstname>
26
<surname>Hogeborn</surname>
28
<email>teddy@fukt.bsnet.se</email>
34
<holder>Teddy Hogeborn & Björn Påhlsson</holder>
38
This manual page is free software: you can redistribute it
39
and/or modify it under the terms of the GNU General Public
40
License as published by the Free Software Foundation,
41
either version 3 of the License, or (at your option) any
46
This manual page is distributed in the hope that it will
47
be useful, but WITHOUT ANY WARRANTY; without even the
48
implied warranty of MERCHANTABILITY or FITNESS FOR A
49
PARTICULAR PURPOSE. See the GNU General Public License
54
You should have received a copy of the GNU General Public
55
License along with this program; If not, see
56
<ulink url="http://www.gnu.org/licenses/"/>.
62
<refentrytitle>&COMMANDNAME;</refentrytitle>
63
<manvolnum>8mandos</manvolnum>
67
<refname><command>&COMMANDNAME;</command></refname>
69
get password for encrypted rootdisk
75
<command>&COMMANDNAME;</command>
76
<arg choice='opt'>--global-options<arg choice='plain'>OPTIONS</arg></arg>
77
<arg choice='opt'>--options-for<arg choice='plain'>PLUGIN:OPTIONS</arg></arg>
78
<arg choice='opt'>--disable<arg choice='plain'>PLUGIN</arg></arg>
79
<arg choice='opt'>--groupid<arg choice='plain'>ID</arg></arg>
80
<arg choice='opt'>--userpid<arg choice='plain'>ID</arg></arg>
81
<arg choice='opt'>--plugin-dir<arg choice='plain'>DIRECTORY</arg></arg>
82
<arg choice='opt'>--debug</arg>
85
<command>&COMMANDNAME;</command>
86
<arg choice='plain'>--help</arg>
89
<command>&COMMANDNAME;</command>
90
<arg choice='plain'>--usage</arg>
93
<command>&COMMANDNAME;</command>
94
<arg choice='plain'>--version</arg>
98
<refsect1 id="description">
99
<title>DESCRIPTION</title>
101
<command>&COMMANDNAME;</command> is a plugin runner that waits
102
for any of its plugins to return sucessfull with a password, and
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
<term><literal>-g</literal>,<literal>--global-options
111
<replaceable>OPTIONS</replaceable></literal></term>
114
Global options given to all plugins as additional start
115
arguments. Options are specified with a -o flag followed
116
by a comma separated string of options.
122
<term><literal>-o</literal>,<literal> --options-for
123
<replaceable>PLUGIN</replaceable>:<replaceable>OPTION</replaceable>
127
Plugin specific options given to the plugin as additional
128
start arguments. Options are specified with a -o flag
129
followed by a comma separated string of options.
135
<term><literal>-d</literal>,<literal> --disable
136
<replaceable>PLUGIN</replaceable>
140
Disable a specific plugin
146
<term><literal>--groupid <replaceable>ID</replaceable>
150
Group ID the plugins will run as
156
<term><literal>--userid <replaceable>ID</replaceable>
160
User ID the plugins will run as
166
<term><literal>--plugin-dir <replaceable>DIRECTORY</replaceable>
170
Specify a different plugin directory
176
<term><literal>--debug</literal></term>
185
<term><literal>-?</literal>, <literal>--help</literal></term>
194
<term><literal>--usage</literal></term>
197
Gives a short usage message
203
<term><literal>-V</literal>, <literal>--version</literal></term>
206
Prints the program version