freebsd-dev/crypto/kerberosIV/man/kprop.8
Mark Murray 03656ac1b0 Initial import of KTH eBones. This has been cleaned up to only include
the "core" Kerberos functionality. The rest of the userland will get their
own changes later.
1997-09-04 06:04:33 +00:00

59 lines
1.3 KiB
Groff

.\" $Id: kprop.8,v 1.2 1996/06/15 17:03:22 assar 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