1KPROPLOG(8) MIT Kerberos KPROPLOG(8)
2
3
4
6 kproplog - display the contents of the Kerberos principal update log
7
9 kproplog [-h] [-e num] [-v] kproplog [-R]
10
12 The kproplog command displays the contents of the KDC database update
13 log to standard output. It can be used to keep track of incremental
14 updates to the principal database. The update log file contains the
15 update log maintained by the kadmind(8) process on the master KDC
16 server and the kpropd(8) process on the slave KDC servers. When
17 updates occur, they are logged to this file. Subsequently any KDC
18 slave configured for incremental updates will request the current data
19 from the master KDC and update their log file with any updates
20 returned.
21
22 The kproplog command requires read access to the update log file. It
23 will display update entries only for the KDC it runs on.
24
25 If no options are specified, kproplog displays a summary of the update
26 log. If invoked on the master, kproplog also displays all of the
27 update entries. If invoked on a slave KDC server, kproplog displays
28 only a summary of the updates, which includes the serial number of the
29 last update received and the associated time stamp of the last update.
30
32 -R Reset the update log. This forces full resynchronization. If
33 used on a slave then that slave will request a full resync. If
34 used on the master then all slaves will request full resyncs.
35
36 -h Display a summary of the update log. This information includes
37 the database version number, state of the database, the number
38 of updates in the log, the time stamp of the first and last
39 update, and the version number of the first and last update
40 entry.
41
42 -e num Display the last num update entries in the log. This is useful
43 when debugging synchronization between KDC servers.
44
45 -v Display individual attributes per update. An example of the
46 output generated for one entry:
47
48 Update Entry
49 Update serial # : 4
50 Update operation : Add
51 Update principal : test@EXAMPLE.COM
52 Update size : 424
53 Update committed : True
54 Update time stamp : Fri Feb 20 23:37:42 2004
55 Attributes changed : 6
56 Principal
57 Key data
58 Password last changed
59 Modifying principal
60 Modification time
61 TL data
62
64 kproplog uses the following environment variables:
65
66 ยท KRB5_KDC_PROFILE
67
69 kpropd(8)
70
72 MIT
73
75 1985-2017, MIT
76
77
78
79
801.15.1 KPROPLOG(8)