logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kprop - propagate a Kerberos V5 principal database to a replica server

Author

       MIT

Description

       kprop  is used to securely propagate a Kerberos V5 database dump file from the primary Kerberos server to
       a replica Kerberos server, which is specified  by  replica_host.   The  dump  file  must  be  created  by
       kdb5_util(8).

Environment

       See kerberos(7) for a description of Kerberos environment variables.

Name

       kprop - propagate a Kerberos V5 principal database to a replica server

Options

-rrealm
              Specifies the realm of the primary server.

       -ffile
              Specifies  the  filename  where  the dumped principal database file is to be found; by default the
              dumped database file is normally /etc/krb5kdc/replica_datatrans.

       -Pport
              Specifies the port to use to contact the kpropd(8) server on the remote host.

       -d     Prints debugging information.

       -skeytab
              Specifies the location of the keytab file.

See Also

kpropd(8), kdb5_util(8), krb5kdc(8), kerberos(7)

Synopsis

kprop [-rrealm] [-ffile] [-d] [-Pport] [-skeytab] replica_host

See Also