man ipropd-slave (Administration système) - iprop ,

NAME

iprop ,ipropd-master ,ipropd-slave -

propagate changes to a Heimdal Kerberos master KDC to slave KDCs

SYNOPSIS

ipropd-master--config-file= Ns string--realm= Ns string--keytab= Ns kspec--database= Ns file [--slave-stats-file= Ns file] [--time-missing= Ns time] [--time-gone= Ns time] [--detach] [--version] [--help]ipropd-slave--config-file= Ns string--realm= Ns string--keytab= Ns kspec [--time-lost= Ns time] [--detach] [--version] [--help]master

DESCRIPTION

ipropd-master

is used to propagate changes to a Heimdal Kerberos database from the master Kerberos server on which it runs to slave Kerberos servers running ipropd-slave .

The slaves are specified by the contents of the slaves file in the KDC's database directory, e.g. /var/heimdal/slaves . This has principals one per-line of the form where slave is the hostname of the slave server in the given REALM , e.g. On a slave, the argument master specifies the hostname of the master server from which to receive updates.

In contrast to hprop(8) , which sends the whole database to the slaves regularly, normally sends only the changes as they happen on the master. The master keeps track of all the changes by assigning a version number to every change to the database. The slaves know which was the latest version they saw, and in this way it can be determined if they are in sync or not. A log of all the changes is kept on the master. When a slave is at an older version than the oldest one in the log, the whole database has to be sent.

The changes are propagated over a secure channel (on port 2121 by default). This should normally be defined as in /etc/services or another source of the services database. The master and slaves must each have access to a keytab with keys for the iprop service principal on the local host.

There is a keep-alive feature logged in the master's slave-stats file (e.g. /var/heimdal/slave-stats ) .

Supported options for ipropd-master :

Xo
-c string , --config-file= Ns string
Xo
-r string , --realm= Ns string
Xo
-k kspec , --keytab= Ns kspec keytab to get authentication from
Xo
-d file , --database= Ns file Database (default per KDC)
Xo
--slave-stats-file= Ns file file for slave status information
Xo
--time-missing= Ns time time before slave is polled for presence (default 2 min)
Xo
--time-gone= Ns time time of inactivity after which a slave is considered gone (default 5 min)
Xo
--detach detach from console
Xo
--version
Xo
--help

Supported options for ipropd-slave :

Xo
-c string , --config-file= Ns string
Xo
-r string , --realm= Ns string
Xo
-k kspec , --keytab= Ns kspec keytab to get authentication from
Xo
--time-lost= Ns time time before server is considered lost (default 5 min)
Xo
--detach detach from console
Xo
--version
Xo
--help
Time arguments for the relevant options above may be specified in forms like 5 min, 300 s, or simply a number of seconds.

FILES

slaves ,slave-stats

in the database directory.

SEE ALSO