kprop - propagate a Kerberos V5 principal database to a slave server
kprop [-r realm] [-f file] [-d] [-P port] [-s keytab] slave_host
KPROP(8) MIT Kerberos KPROP(8)
NAME
kprop - propagate a Kerberos V5 principal database to a slave server
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
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
/var/krb5/slave_datatrans.
-P port
Specifies the port to use to contact the 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:
o KRB5_CONFIG
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-------------------------+
|Availability | security/kerberos-5/kdc |
+---------------+-------------------------+
|Stability | Pass-through committed |
+---------------+-------------------------+
SEE ALSO
kpropd(8), kdb5_util(8), krb5kdc(8)
AUTHOR
MIT
COPYRIGHT
1985-2018, MIT
NOTES
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from http://web.mit.edu/ker-
beros/dist/krb5/1.16/krb5-1.16.1.tar.gz
Further information about this software can be found on the open source
community website at http://web.mit.edu/kerberos/.
1.16.1 KPROP(8)