summaryrefslogtreecommitdiffstats
path: root/src/kadmin/ktutil/ktutil.M
blob: 7086a5a1621e32d3fb621f6001aef07bba76b361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH KTUTIL 1
.SH NAME
ktutil \- Kerberos keytab file maintenance utility
.SH SYNOPSIS
.B ktutil
.SH DESCRIPTION
The
.B ktutil
command invokes a subshell from which an administrator can read, write,
or edit entries in a Kerberos V5 keytab or V4 srvtab file.
.SH COMMANDS
.TP
.B list
Displays the current keylist.  Alias:
.BR l .
.TP
\fBread_kt\fP \fIkeytab\fP
Read the Kerberos V5 keytab file
.I keytab
into the current keylist.  Alias: 
.B rkt
.TP
\fBread_st\fP \fIsrvtab\fP
Read the Kerberos V4 srvtab file
.I srvtab
into the current keylist.  Alias:
.BR rst .
.TP
\fBwrite_kt\fP \fIkeytab\fP
Write the current keylist into the Kerberos V5 keytab file
.IR keytab .
Alias:
.BR wkt .
.TP
\fBwrite_st\fP \fIsrvtab\fP
Write the current keylist into the Kerberos V4 srvtab file
.IR srvtab .
Alias:
.BR wst .
.TP
.B clear_list
Clear the current keylist.  Alias:
.BR clear .
.TP
\fBdelete_entry\fP \fIslot\fP
Delete the entry in slot number
.I slot
from the current keylist.  Alias:
.BR delent .
.TP
\fBadd_entry\fP (\-key | \-password) \-p \fIprincipal\fP \-k \fIkvno\fP \-e \fIenctype\fP
Add principal to keylist using key or password.  Alias:
.BR addent .
.TP
.BR list_requests
Displays a listing of available commands.  Aliases:
.BR lr ,
.BR ? .
.TP
.B quit
Quits
.BR ktutil .
Aliases:
.BR exit ,
.BR q .
.SH SEE ALSO
kadmin(8), kdb5_util(8)