59 lines
1.3 KiB
Groff
59 lines
1.3 KiB
Groff
|
.\" $Id: kprop.8,v 1.1.1.1 2000/06/16 18:45:35 thorpej Exp $
|
||
|
.\"
|
||
|
.Dd June 7, 1996
|
||
|
.Dt KPROP 8
|
||
|
.Os KTH-KRB
|
||
|
.Sh NAME
|
||
|
.Nm kprop
|
||
|
.Nd
|
||
|
the kerberos slave server update client
|
||
|
.Sh SYNOPSIS
|
||
|
.Nm
|
||
|
.Op Fl force
|
||
|
.Op Fl realm Ar realm
|
||
|
.Op Ar dump-file
|
||
|
.Op Ar slave-file
|
||
|
.Sh DESCRIPTION
|
||
|
Changes to the database, such as changed passwords, are only made to
|
||
|
the master server through the
|
||
|
.Nm kadmind
|
||
|
service. To propagate these changes to the slave servers,
|
||
|
.Nm
|
||
|
should be run regularly on the master server.
|
||
|
|
||
|
The following options are recognised.
|
||
|
|
||
|
.Bl -tag -width -force
|
||
|
.It Fl force
|
||
|
Propagate even if there hasn't been an update to the dump file since
|
||
|
last time.
|
||
|
.It Fl realm
|
||
|
Realm if other than the default.
|
||
|
.It dump-file
|
||
|
is a file created with
|
||
|
.Ic kdb_util slave_dump ,
|
||
|
default is
|
||
|
.Pa /var/kerberos/slave_dump .
|
||
|
.It slave-file
|
||
|
Contains the names of the slave servers. Default is
|
||
|
.Pa /var/kerberos/slaves .
|
||
|
.El
|
||
|
|
||
|
.Nm
|
||
|
will use the principal
|
||
|
.Nm rcmd.kerberos
|
||
|
to authenticate to the master servers. This principal has to be added
|
||
|
to the database, and it should also be put into the service key file
|
||
|
on the master server.
|
||
|
|
||
|
.Sh FILES
|
||
|
.Bl -tag -width indent -compact
|
||
|
.It Pa /var/kerberos/slave_dump
|
||
|
.It Pa /var/kerberos/slaves
|
||
|
.It Pa /etc/srvtab
|
||
|
.El
|
||
|
.Sh SEE ALSO
|
||
|
.Xr kpropd 8 ,
|
||
|
.Xr kerberos 8 ,
|
||
|
.Xr kadmind 8
|