summaryrefslogtreecommitdiffstats
path: root/doc/admins/admin_commands/kprop.rst
blob: 726c8cc2fdfdc510c00eb9c9649e3748698e2f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.. _kprop(8):

kprop
=====

SYNOPSIS
--------

**kprop**
[**-r** *realm*]
[**-f** *file*]
[**-d**]
[**-P** *port*]
[**-s** *keytab*]
*slave_host*


DESCRIPTION
-----------

kprop is used to securely propagate a Kerberos V5 database dump file
from the master Kerberos server to a slave Kerberos server, which is
specified by *slave_host*.  The dump file must be created by
:ref:`kdb5_util(8)`.


OPTIONS
-------

**-r** *realm*
    Specifies the realm of the master server.

**-f** *file*
    Specifies the filename where the dumped principal database file is
    to be found; by default the dumped database file is normally
    |kdcdir|\ ``/slave_datatrans``.

**-P** *port*
    Specifies the port to use to contact the :ref:`kpropd(8)` server
    on the remote host.

**-d**
    Prints debugging information.

**-s** *keytab*
    Specifies the location of the keytab file.


ENVIRONMENT
-----------

*kprop* uses the following environment variable:

* **KRB5_CONFIG**


SEE ALSO
--------

:ref:`kpropd(8)`, :ref:`kdb5_util(8)`, :ref:`krb5kdc(8)`