Added some info about defaults, fixed some markup.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15226 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Copyright (c) 2005 CLRC Daresbury Laboratory
|
||||
.\" Copyright (c) 2005 Kungliga Tekniska H<>gskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
@@ -14,14 +15,14 @@
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" 3. Neither the name of the Laboratory nor the names of its contributors
|
||||
.\" 3. Neither the name of the Institute nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE LABORATORY AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR CONTRIBUTORS BE LIABLE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
@@ -29,7 +30,8 @@
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.Dd May 5, 2005
|
||||
.\"
|
||||
.Dd May 24, 2005
|
||||
.Dt IPROP 8
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
@@ -90,14 +92,17 @@ running
|
||||
.Pp
|
||||
The slaves are specified by the contents of the
|
||||
.Pa slaves
|
||||
file in the KDC's database directory, e.g.
|
||||
file in the KDC's database directory, e.g.\&
|
||||
.Pa /var/heimdal/slaves .
|
||||
This has principals one per-line of the form
|
||||
.Q1 /ipropd/slave@REALM
|
||||
where slave is the hostname of the slave server in the given realm ,
|
||||
e.g.
|
||||
.Q1 iprop/kerberos-1.example.com@EXAMPLE.COM
|
||||
On a slave the argument
|
||||
.Dl ipropd/ Ns Ar slave Ns @ Ns Ar REALM
|
||||
where
|
||||
.Ar slave
|
||||
is the hostname of the slave server in the given
|
||||
.Ar REALM ,
|
||||
e.g.\&
|
||||
.Dl iprop/kerberos-1.example.com@EXAMPLE.COM
|
||||
On a slave, the argument
|
||||
.Fa master
|
||||
specifies the hostname of the master server from which to receive updates.
|
||||
.Pp
|
||||
@@ -116,7 +121,7 @@ database has to be sent.
|
||||
The changes are propagated over a secure channel (on port 2121 by
|
||||
default). This should normally be defined as
|
||||
.Dq iprop/tcp
|
||||
In the
|
||||
in
|
||||
.Pa /etc/services
|
||||
or another source of the services database. The master and slaves
|
||||
must each have access to a keytab with keys for the
|
||||
@@ -125,9 +130,9 @@ service principal on the local host.
|
||||
.Pp
|
||||
There is a keep-alive feature logged in the master's
|
||||
.Pa slave-stats
|
||||
file (e.g.
|
||||
file (e.g.\&
|
||||
.Pa /var/heimdal/slave-stats ) .
|
||||
.Sh DESCRIPTION
|
||||
.Pp
|
||||
Supported options for
|
||||
.Nm ipropd-master :
|
||||
.Bl -tag -width Ds
|
||||
@@ -148,7 +153,7 @@ keytab to get authentication from
|
||||
.Fl d Ar file ,
|
||||
.Fl -database= Ns Ar file
|
||||
.Xc
|
||||
database
|
||||
Database (default per KDC)
|
||||
.It Xo
|
||||
.Fl -slave-stats-file= Ns Ar file
|
||||
.Xc
|
||||
@@ -156,11 +161,11 @@ file for slave status information
|
||||
.It Xo
|
||||
.Fl -time-missing= Ns Ar time
|
||||
.Xc
|
||||
time before slave is polled for presence
|
||||
time before slave is polled for presence (default 2 min)
|
||||
.It Xo
|
||||
.Fl -time-gone= Ns Ar time
|
||||
.Xc
|
||||
time of inactivity after which a slave is considered gone
|
||||
time of inactivity after which a slave is considered gone (default 5 min)
|
||||
.It Xo
|
||||
.Fl -detach
|
||||
.Xc
|
||||
@@ -192,7 +197,7 @@ keytab to get authentication from
|
||||
.It Xo
|
||||
.Fl -time-lost= Ns Ar time
|
||||
.Xc
|
||||
time before server is considered lost
|
||||
time before server is considered lost (default 5 min)
|
||||
.It Xo
|
||||
.Fl -detach
|
||||
.Xc
|
||||
@@ -205,18 +210,11 @@ detach from console
|
||||
.Xc
|
||||
.El
|
||||
Time arguments for the relevant options above may be specified in forms
|
||||
like 5 min, 300 s or simply a number of seconds.
|
||||
like 5 min, 300 s, or simply a number of seconds.
|
||||
.Sh FILES
|
||||
.Pa slaves ,
|
||||
.Pa slave-stats
|
||||
in the database directory.
|
||||
.Sh AUTHORS
|
||||
Assar Westerlund wrote the programs for Heimdal (maintenance address
|
||||
.BR <heimdal-bugs@pdc.kth.se> ).
|
||||
.Pp
|
||||
Dave Love
|
||||
.B <fx@gnu.org>
|
||||
wrote this man page.
|
||||
.Sh SEE ALSO
|
||||
.Xr hpropd 8 ,
|
||||
.Xr hprop 8 ,
|
||||
|
Reference in New Issue
Block a user