Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / man / kprop.8
1 .\" $Id: kprop.8,v 1.2 1996/06/15 17:03:22 assar Exp $
2 .\" $FreeBSD: src/crypto/kerberosIV/man/kprop.8,v 1.3.2.1 2001/05/08 15:08:10 assar Exp $
3 .\"
4 .Dd June 7, 1996
5 .Dt KPROP 8
6 .Os KTH-KRB
7 .Sh NAME
8 .Nm kprop
9 .Nd "the kerberos slave server update client"
10 .Sh SYNOPSIS
11 .Nm
12 .Op Fl force
13 .Op Fl realm Ar realm
14 .Op Ar dump-file
15 .Op Ar slave-file
16 .Sh DESCRIPTION
17 Changes to the database, such as changed passwords, are only made to
18 the master server through the
19 .Nm kadmind
20 service. To propagate these changes to the slave servers, 
21 .Nm 
22 should be run regularly on the master server.
23 .Pp
24 The following options are recognised.
25 .Bl -tag -width -force
26 .It Fl force
27 Propagate even if there hasn't been an update to the dump file since
28 last time.
29 .It Fl realm
30 Realm if other than the default.
31 .It dump-file
32 is a file created with 
33 .Ic kdb_util slave_dump ,
34 default is
35 .Pa /var/kerberos/slave_dump .
36 .It slave-file
37 Contains the names of the slave servers. Default is
38 .Pa /var/kerberos/slaves .
39 .El
40 .Pp
41 .Nm
42 will use the principal 
43 .Nm rcmd.kerberos
44 to authenticate to the master servers. This principal has to be added
45 to the database, and it should also be put into the service key file
46 on the master server.
47 .Sh FILES
48 .Bl -tag -width indent -compact
49 .It Pa /var/kerberos/slave_dump
50 .It Pa /var/kerberos/slaves
51 .It Pa /etc/srvtab
52 .El
53 .Sh SEE ALSO
54 .Xr kpropd 8 ,
55 .Xr kerberos 8 ,
56 .Xr kadmind 8