svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
kprop(8)
KPROP(8) MIT Kerberos KPROP(8)
NAME
kprop - propagate a Kerberos V5 principal database to a replica server
SYNOPSIS
kprop [-r realm] [-f file] [-d] [-P port] [-s keytab] replica_host
DESCRIPTION
kprop is used to securely propagate a Kerberos V5 database dump file
from the master Kerberos server to a replica Kerberos server, which is
specified by replica_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
See kerberos(7) for a description of Kerberos environment variables.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
ity security/kerberos-5/kdc = Stability Pass-through committed
SEE ALSO
kpropd(8), kdb5_util(8), krb5kdc(8), kerberos(7)
AUTHOR
MIT
COPYRIGHT
1985-2021, MIT
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
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.18/krb5-1.18.4.tar.gz.
Further information about this software can be found on the open source
community website at http://web.mit.edu/kerberos/.
1.18.4 KPROP(8)