~hartmans/ubuntu/trusty/krb5/gss-infinite-loop

« back to all changes in this revision

Viewing changes to doc/html/_sources/admin/admin_commands/kprop.txt

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-10 02:20:12 UTC
  • mfrom: (53.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131110022012-b8ojkqhcxos55kln
Tags: 1.11.3+dfsg-3ubuntu2
Add alternate dependency on libverto-libevent1 as that's the package
ABI name in ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _kprop(8):
 
2
 
 
3
kprop
 
4
=====
 
5
 
 
6
SYNOPSIS
 
7
--------
 
8
 
 
9
**kprop**
 
10
[**-r** *realm*]
 
11
[**-f** *file*]
 
12
[**-d**]
 
13
[**-P** *port*]
 
14
[**-s** *keytab*]
 
15
*slave_host*
 
16
 
 
17
 
 
18
DESCRIPTION
 
19
-----------
 
20
 
 
21
kprop is used to securely propagate a Kerberos V5 database dump file
 
22
from the master Kerberos server to a slave Kerberos server, which is
 
23
specified by *slave_host*.  The dump file must be created by
 
24
:ref:`kdb5_util(8)`.
 
25
 
 
26
 
 
27
OPTIONS
 
28
-------
 
29
 
 
30
**-r** *realm*
 
31
    Specifies the realm of the master server.
 
32
 
 
33
**-f** *file*
 
34
    Specifies the filename where the dumped principal database file is
 
35
    to be found; by default the dumped database file is normally
 
36
    |kdcdir|\ ``/slave_datatrans``.
 
37
 
 
38
**-P** *port*
 
39
    Specifies the port to use to contact the :ref:`kpropd(8)` server
 
40
    on the remote host.
 
41
 
 
42
**-d**
 
43
    Prints debugging information.
 
44
 
 
45
**-s** *keytab*
 
46
    Specifies the location of the keytab file.
 
47
 
 
48
 
 
49
ENVIRONMENT
 
50
-----------
 
51
 
 
52
*kprop* uses the following environment variable:
 
53
 
 
54
* **KRB5_CONFIG**
 
55
 
 
56
 
 
57
SEE ALSO
 
58
--------
 
59
 
 
60
:ref:`kpropd(8)`, :ref:`kdb5_util(8)`, :ref:`krb5kdc(8)`