1KPROP(8) System Manager's Manual KPROP(8)
2
3
4
6 kprop - propagate a Kerberos V5 principal database to a slave server
7
9 kprop [-r realm] [-f file] [-d] [-P port] [-s keytab] slave_host
10
12 kprop is used to propagate a Kerberos V5 database dump file from the
13 master Kerberos server to a slave Kerberos server, which is specified
14 by slave_host. This is done by transmitting the dumped database file
15 to the slave server over an encrypted, secure channel. The dump file
16 must be created by kdb5_util, and is normally KPROP_DEFAULT_FILE
17 (/var/kerberos/krb5kdc/slave_datatrans).
18
20 -r realm
21 specifies the realm of the master server; by default the realm
22 returned by krb5_default_local_realm(3) is used.
23
24 -f file
25 specifies the filename where the dumped principal database file
26 is to be found; by default the dumped database file is
27 KPROP_DEFAULT_FILE (normally /var/kerberos/krb5kdc/slave_data‐
28 trans).
29
30 -P port
31 specifies the port to use to contact the kpropd server on the
32 remote host.
33
34 -d prints debugging information.
35
36 -s keytab
37 specifies the location of the keytab file.
38
40 kpropd(8), kdb5_util(8), krb5kdc(8)
41
42
43
44 KPROP(8)