Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
KPROPD(8) OpenBSD System Manager's Manual KPROPD(8)
NAME
kpropd - network utility for Kerberos database propagation
SYNOPSIS
kpropd [-r realm] [-s srvtab] [-d database_file] [-l logfile]
[-p kdb_util_path] output_file
DESCRIPTION
This daemon runs on a Kerberos slave and waits to receive the Kerberos
database propagated from a kprop process on a Kerberos master. The first
parameter, output_file, that you must supply to the daemon is the name of
a text file in which data will be placed when it comes over the network.
This utility executes the kdb_util utility, which loads the database from
the file specified in output_file, puts it in db(3) format, and copies it
into the Kerberos database in the directory /etc/kerberosIV.
Parameters
-r Specifies the reciever realm for which data is accepted;
/etc/kerberosIV/krb.conf specifies the default.
-s Specifies the service table file from which to read the pass-
word of the daemon, because a password cannot be entered man-
ually when running as a daemon. The default is:
/etc/kerberosIV/srvtab.
-d Specifies the primary Kerberos database file of a Kerberos
slave. This file receives a new or updated database propa-
gated from the Kerberos master. The default is the database
/etc/kerberosIV/principal.db.
-i Run stand-alone. If this flag is not given, it is assumed to
have been started by inetd.
-l Specifies the name of the log file to be used. The default
is: /var/log/kpropd.log.
-p Specificies the full path (with directory and command) to the
program kdb_util. The default is just: kdb_util which relies
on the PATH environment variable to be searched to find it.
-P Synonym for -p.
BUGS
This utility does not support the transfer of encrypted data.
If the -P or -p options are not specified and the PATH environment vari-
able does not contain the directory with kdb_util, this program will
fail.
SEE ALSO
kerberos(1), kprop(8), kdb_util(8)
July 2, 1997 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for kpropd(8) OpenBSD sources for kpropd(8)
Up to: Kerberos authentication
RocketLink!--> Man page versions:
OpenBSD
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
kpropd.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|