aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/ktutil
diff options
context:
space:
mode:
authorJeff Bigler <jcb@mit.edu>1996-08-29 20:37:26 +0000
committerJeff Bigler <jcb@mit.edu>1996-08-29 20:37:26 +0000
commitff94b7ba9585f498178a350077e3f81cb0446980 (patch)
treef543aaa859ed0ab2bac15229a7c55abd47fb3d6d /src/kadmin/ktutil
parent8ad7a9aa5e5badcf0786be49b4848d3737006657 (diff)
downloadkrb5-ff94b7ba9585f498178a350077e3f81cb0446980.zip
krb5-ff94b7ba9585f498178a350077e3f81cb0446980.tar.gz
krb5-ff94b7ba9585f498178a350077e3f81cb0446980.tar.bz2
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')
-rw-r--r--src/kadmin/ktutil/ChangeLog4
-rw-r--r--src/kadmin/ktutil/Makefile.in1
-rw-r--r--src/kadmin/ktutil/ktutil.M64
3 files changed, 69 insertions, 0 deletions
diff --git a/src/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog
index 6ca6471..e44710e 100644
--- a/src/kadmin/ktutil/ChangeLog
+++ b/src/kadmin/ktutil/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 29 16:06:39 1996 Jeff Bigler <jcb@mit.edu>
+
+ * Makefile.in (install): added man page
+
Thu Jun 13 21:42:11 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* configure.in: remove ref to SS_RULES
diff --git a/src/kadmin/ktutil/Makefile.in b/src/kadmin/ktutil/Makefile.in
index d59ad07..9888d0b 100644
--- a/src/kadmin/ktutil/Makefile.in
+++ b/src/kadmin/ktutil/Makefile.in
@@ -17,6 +17,7 @@ ktutil: ktutil.o $(OBJS) $(DEPLIBS)
install::
$(INSTALL_PROGRAM) ktutil ${DESTDIR}$(ADMIN_BINDIR)/ktutil
+ $(INSTALL_DATA) $(srcdir)/ktutil.M ${DESTDIR}$(ADMIN_MANDIR)/ktutil.8
# needed until we run makedepend
ktutil_ct.c: ktutil_ct.ct
diff --git a/src/kadmin/ktutil/ktutil.M b/src/kadmin/ktutil/ktutil.M
new file mode 100644
index 0000000..2ee1199
--- /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)