2 .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH KPROPLOG 1M "Oct 29, 2015"
8 kproplog \- display the contents of the Kerberos principal update log
12 \fB/usr/sbin/kproplog\fR [\fB-h\fR | \fB-e\fR \fInum\fR]
18 The \fBkproplog\fR displays the contents of the Kerberos principal update log
19 to standard output. This command can be used to keep track of the incremental
20 updates to the principal database, which is enabled by default. The
21 \fB/var/krb5/principal.ulog\fR file contains the update log maintained by the
22 \fBkadmind\fR(1M) process on the master KDC server and the \fBkpropd\fR(1M)
23 process on the slave KDC servers. When updates occur, they are logged to this
24 file. Subsequently any KDC slave configured for incremental updates will
25 request the current data from the master KDC and update their
26 \fBprincipal.ulog\fR file with any updates returned.
29 The \fBkproplog\fR command can only be run on a KDC server by someone with
30 privileges comparable to the superuser. It will display update entries for that
34 If no options are specified, the summary of the update log is displayed. If
35 invoked on the master, all of the update entries are also displayed. When
36 invoked on a slave KDC server, only a summary of the updates are displayed,
37 which includes the serial number of the last update received and the associated
38 time stamp of the last update.
42 The following options are supported:
49 Display a summary of the update log. This information includes the database
50 version number, state of the database, the number of updates in the log, the
51 time stamp of the first and last update, and the version number of the first
52 and last update entry.
58 \fB\fB-e\fR\ \fInum\fR\fR
61 Display the last \fInum\fR update entries in the log. This is useful when
62 debugging synchronization between KDC servers.
71 Display individual attributes per update. An example of the output generated
78 Update operation : Add
79 Update principal : test@EXAMPLE.COM
81 Update committed : True
82 Update time stamp : Fri Feb 20 23:37:42 2004
83 Attributes changed : 6
99 \fB\fB/var/krb5/principal.ulog\fR\fR
102 The update log file for incremental propagation.
108 See \fBattributes\fR(5) for descriptions of the following attributes:
116 ATTRIBUTE TYPE ATTRIBUTE VALUE
118 Interface Stability Evolving
124 \fBkpasswd\fR(1), \fBkadmin\fR(1M), \fBkadmind\fR(1M),
125 \fBkdb5_util\fR(1M), \fBkprop\fR(1M), \fBkpropd\fR(1M), \fBkadm5.acl\fR(4),
126 \fBkdc.conf\fR(4), \fBattributes\fR(5), \fBkerberos\fR(5)