2 .\" Copyright 1987, 1989 by the Student Information Processing Board of the Massachusetts Institute of Technology. For copying and distribution information, please see the file kerberosv5/mit-sipb-copyright.h.
3 .\" Portions Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH KPROPD 8 "Jul 11, 2005"
9 kpropd \- Kerberos propagation daemon for slave KDCs
13 \fB/usr/lib/krb5/kpropd\fR [\fB-d\fR] [\fB-f\fR \fItemp_dbfile\fR] [\fB-F\fR \fIdbfile\fR]
14 [\fB-p\fR \fIkdb_util\fR] [\fB-P\fR \fIport_number\fR] [\fB-r\fR \fIrealm\fR]
15 [\fB-s\fR \fIsrv_tabfile\fR] [\fB-S\fR] [\fB-a\fR \fIacl_file\fR]
21 The \fBkpropd\fR command runs on the slave KDC server. It listens for update
22 requests made by \fBkprop\fR(8) from the master KDC and periodically requests
23 incremental updates from the master KDC.
26 When the slave receives a kprop request from the master, \fBkpropd\fR copies
27 principal data to a temporary text file. Next, \fBkpropd\fR invokes
28 \fBkdb5_util\fR(8) (unless a different database utility is selected) to load
29 the text file in database format.
32 When the slave periodically requests incremental updates, \fBkpropd\fR update
33 its \fBprincipal.ulog\fR file with any updates from the master.
34 \fBkproplog\fR(8) can be used to view a summary of the update entry log on the
38 kpropd is not configured for incremental database propagation by default. These
39 settings can be changed in the \fBkdc.conf\fR(4) file:
43 \fB\fBsunw_dbprop_enable = [true | false]\fR\fR
47 Enables or disables incremental database propagation. Default is \fBfalse\fR.
53 \fB\fBsunw_dbprop_slave_poll = N[s, m, h]\fR\fR
57 Specifies how often the slave KDC polls for any updates that the master might
58 have. Default is \fB2m\fR (two minutes).
63 The \fBkiprop/\fI<hostname>\fR@\fI<REALM>\fR\fR principal must exist in the
64 slave's \fBkeytab\fR file to enable the master to authenticate incremental
65 propagation requests from the slave. In this syntax, \fI<hostname>\fR is the
66 slave KDC's host name and \fI<REALM>\fR is the realm in which the slave KDC
71 The following options are supported:
78 Enable debug mode. Default is debug mode disabled.
84 \fB\fB-f\fR \fItemp_dbfile\fR\fR
87 The location of the slave's temporary principal database file. Default is
88 \fB/var/krb5/from_master\fR.
94 \fB\fB-F\fR \fIdbfile\fR\fR
97 The location of the slave's principal database file. Default is
98 \fB/var/krb5/principal\fR.
104 \fB\fB-p\fR \fIkdb_util\fR\fR
107 The location of the Kerberos database utility used for loading principal
108 databases. Default is \fB/usr/sbin/kdb5_util\fR.
114 \fB\fB-P\fR \fIport_number\fR\fR
117 Specifies the port number on which \fBkpropd\fR will listen. Default is 754
118 (service name: \fBkrb5_prop\fR).
124 \fB\fB-r\fR \fIrealm\fR\fR
127 Specifies from which Kerberos realm kpropd will receive information. Default is
128 specified in \fB/etc/krb5/krb5.conf\fR.
134 \fB\fB-s\fR \fIsrv_tabfile\fR\fR
137 The location of the service table file used to authenticate the \fBkpropd\fR
147 Run the daemon in standalone mode, instead of having \fBinetd\fR listen for
148 requests. Default is non-standalone mode.
154 \fB\fB-a\fR \fIacl_file\fR\fR
157 The location of the \fBkpropd\fR's access control list to verify if this server
158 can run the \fBkpropd\fR daemon. The file contains a list of principal name(s)
159 that will be receiving updates. Default is \fB/etc/krb5/kpropd.acl\fR.
166 \fB\fB/var/krb5/principal\fR\fR
169 Kerberos principal database.
175 \fB\fB/var/krb5/principal.ulog\fR\fR
184 \fB\fB/etc/krb5/kdc.conf\fR\fR
187 KDC configuration information.
193 \fB\fB/etc/krb5/kpropd.acl\fR\fR
196 List of principals of all the KDCs; resides on each slave KDC.
202 \fB\fB/var/krb5/from_master\fR\fR
205 Temporary file used by kpropd before loading this to the principal database.
211 See \fBattributes\fR(5) for descriptions of the following attributes:
219 ATTRIBUTE TYPE ATTRIBUTE VALUE
221 Interface Stability Evolving
227 \fBkdb5_util\fR(8), \fBkprop\fR(8), \fBkproplog\fR(8), \fBkdc.conf\fR(4),
228 \fBkrb5.conf\fR(4), \fBattributes\fR(5), \fBkerberos\fR(5)
232 The \fBkprop\fR service is managed by the service management facility,
233 \fBsmf\fR(5), under the service identifier:
237 svc:/network/security/krb5_prop:default
244 Administrative actions on this service, such as enabling, disabling, or
245 requesting restart, can be performed using \fBsvcadm\fR(8). Responsibility for
246 initiating and restarting this service is delegated to \fBinetd\fR(8). Use
247 \fBinetadm\fR(8) to make configuration changes and to view configuration
248 information for this service. The service's status can be queried using the
249 \fBsvcs\fR(1) command.