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">
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>8</manvolnum>
67
<refname><command>&COMMANDNAME;</command></refname>
69
Sends encrypted passwords to authenticated mandos clients
75
<command>&COMMANDNAME;</command>
76
<arg choice='opt'>--interface<arg choice='plain'>IF</arg></arg>
77
<arg choice='opt'>--address<arg choice='plain'>ADDRESS</arg></arg>
78
<arg choice='opt'>--port<arg choice='plain'>PORT</arg></arg>
79
<arg choice='opt'>--priority<arg choice='plain'>PRIORITY</arg></arg>
80
<arg choice='opt'>--servicename<arg choice='plain'>NAME</arg></arg>
81
<arg choice='opt'>--configdir<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'>--version</arg>
93
<command>&COMMANDNAME;</command>
94
<arg choice='plain'>--check</arg>
98
<refsect1 id="description">
99
<title>DESCRIPTION</title>
101
<command>&COMMANDNAME;</command> is a server daemon that handels
102
incomming passwords request for passwords. Mandos use avahi to
103
announce the service, and through gnutls authenticates
104
clients. Any authenticated client is then given its encrypted
109
<refsect1 id="options">
110
<title>OPTIONS</title>
114
<term><literal>-h</literal>, <literal>--help</literal></term>
117
show a help message and exit
123
<term><literal>-i</literal>, <literal>--interface <replaceable>
124
IF</replaceable></literal></term>
133
<term><literal>-a</literal>, <literal>--address <replaceable>
134
ADDRESS</replaceable></literal></term>
137
Address to listen for requests on
143
<term><literal>-p</literal>, <literal>--port <replaceable>
144
PORT</replaceable></literal></term>
147
Port number to receive requests on
153
<term><literal>--check</literal></term>
156
Run self-test on the server
162
<term><literal>--debug</literal></term>
171
<term><literal>--priority <replaceable>
172
PRIORITY</replaceable></literal></term>
175
GnuTLS priority string. See <citerefentry>
176
<refentrytitle>gnutls_priority_init</refentrytitle>
177
<manvolnum>3</manvolnum></citerefentry>
183
<term><literal>--servicename <replaceable>NAME</replaceable>
187
Zeroconf service name
193
<term><literal>--configdir <replaceable>DIR</replaceable>
197
Directory to search for configuration files
203
<term><literal>--version</literal></term>
206
Prints the program version
213
<refsect1 id="exit_status">
214
<title>EXIT STATUS</title>
225
<refsect1 id="notes">
237
<refsect1 id="examples">
238
<title>EXAMPLES</title>
243
<refsect1 id="security">
244
<title>SECURITY</title>
249
<refsect1 id="see_also">
250
<title>SEE ALSO</title>
252
<citerefentry><refentrytitle>plugin-runner</refentrytitle>
253
<manvolnum>8mandos</manvolnum></citerefentry>, <citerefentry>
254
<refentrytitle>password-request</refentrytitle>
255
<manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
256
<refentrytitle>password-prompt</refentrytitle>
257
<manvolnum>8mandos</manvolnum></citerefentry>