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