~ubuntu-branches/ubuntu/trusty/krb5/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/debian-local/0002-Debian-manpage-patch.patch/src/slave/kproplog.M

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-10 02:20:12 UTC
  • mfrom: (53.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131110022012-b8ojkqhcxos55kln
Add alternate dependency on libverto-libevent1 as that's the package
ABI name in ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" slave/kprop.M
2
 
.\"
3
 
.\" Copyright 2008 by the Massachusetts Institute of Technology.
4
 
.\"
5
 
.\" Export of this software from the United States of America may
6
 
.\"   require a specific license from the United States Government.
7
 
.\"   It is the responsibility of any person or organization contemplating
8
 
.\"   export to obtain such a license before exporting.
9
 
.\" 
10
 
.\" WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
11
 
.\" distribute this software and its documentation for any purpose and
12
 
.\" without fee is hereby granted, provided that the above copyright
13
 
.\" notice appear in all copies and that both that copyright notice and
14
 
.\" this permission notice appear in supporting documentation, and that
15
 
.\" the name of M.I.T. not be used in advertising or publicity pertaining
16
 
.\" to distribution of the software without specific, written prior
17
 
.\" permission.  Furthermore if you modify this software you must label
18
 
.\" your software as modified software and not distribute it in such a
19
 
.\" fashion that it might be confused with the original M.I.T. software.
20
 
.\" M.I.T. makes no representations about the suitability of
21
 
.\" this software for any purpose.  It is provided "as is" without express
22
 
.\" or implied warranty.
23
 
.\" 
24
 
.\"
25
 
.\" Copyright (c) 2003, Sun Microsystems, Inc.  All Rights Reserved
26
 
.\"
27
 
.TH KPROPLOG 1
28
 
.SH NAME
29
 
kproplog \- display the contents of the Kerberos principal update log
30
 
.SH SYNOPSIS
31
 
.B kproplog
32
 
[\fB\-h\fP] [\fB\-e\fP \fInum\fP]
33
 
.br
34
 
.SH DESCRIPTION
35
 
The
36
 
.I kproplog
37
 
command displays the contents of the Kerberos principal update log to
38
 
standard output.  It can be used to keep track of the incremental
39
 
updates to the principal database, when enabled.  The update log
40
 
file contains the update log maintained by the
41
 
.I kadmind
42
 
process on the master KDC server and the kpropd process on the slave
43
 
KDC servers.  When updates occur, they are logged to this
44
 
file.  Subsequently any KDC slave configured for incremental updates
45
 
will request the current data from the master KDC and update their
46
 
.I principal.ulog
47
 
file with any updates returned.
48
 
 
49
 
The
50
 
.I kproplog
51
 
command can only be run on a KDC server by someone with privileges
52
 
comparable to the superuser.  It will display update entries for that
53
 
server only.
54
 
 
55
 
If no options are specified, the summary of the update log is
56
 
displayed.  If invoked on the master, all of the update entries are
57
 
also displayed.  When invoked on a slave KDC server, only a summary of
58
 
the updates are displayed, which includes the serial number of the
59
 
last update received and the associated time stamp of the last update.
60
 
 
61
 
.SH OPTIONS
62
 
.TP
63
 
\fB\-h\fP
64
 
Display a summary of the update log.  This information includes the
65
 
database version number, state of the database, the number of updates
66
 
in the log, the time stamp of the first and last update, and the
67
 
version number of the first and last update entry.
68
 
.TP
69
 
\fB\-e\fP \fInum\fP
70
 
Display the last
71
 
.I num
72
 
update entries in the log.  This is useful when debugging
73
 
synchronization between KDC servers.
74
 
.TP
75
 
\fB\-v\fP
76
 
Display individual attributes per update.
77
 
An example of the output generated for one entry:
78
 
.nf
79
 
 Update Entry
80
 
    Update serial # : 4
81
 
    Update operation : Add
82
 
    Update principal : test@EXAMPLE.COM
83
 
    Update size : 424
84
 
    Update committed : True
85
 
    Update time stamp : Fri Feb 20 23:37:42 2004
86
 
    Attributes changed : 6
87
 
          Principal
88
 
          Key data
89
 
          Password last changed
90
 
          Modifying principal
91
 
          Modification time
92
 
          TL data
93
 
.fi
94
 
 
95
 
.SH SEE ALSO
96
 
kpropd(8)