diff options
author | Jeff Bigler <jcb@mit.edu> | 1996-08-29 20:37:26 +0000 |
---|---|---|
committer | Jeff Bigler <jcb@mit.edu> | 1996-08-29 20:37:26 +0000 |
commit | ff94b7ba9585f498178a350077e3f81cb0446980 (patch) | |
tree | f543aaa859ed0ab2bac15229a7c55abd47fb3d6d /src/kadmin/ktutil/ktutil.M | |
parent | 8ad7a9aa5e5badcf0786be49b4848d3737006657 (diff) | |
download | krb5-ff94b7ba9585f498178a350077e3f81cb0446980.tar.gz krb5-ff94b7ba9585f498178a350077e3f81cb0446980.tar.xz krb5-ff94b7ba9585f498178a350077e3f81cb0446980.zip |
Added man page and line in Makefile to install it
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9011 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/ktutil/ktutil.M')
-rw-r--r-- | src/kadmin/ktutil/ktutil.M | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/kadmin/ktutil/ktutil.M b/src/kadmin/ktutil/ktutil.M new file mode 100644 index 000000000..2ee1199d4 --- /dev/null +++ b/src/kadmin/ktutil/ktutil.M @@ -0,0 +1,64 @@ +.so man1/header.doc +.TH KTUTIL 8 \*h +.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 +Delets the entry in slot number +.I slot +from the current keylist. Alais: +.BR delent . +.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) |