summaryrefslogtreecommitdiffstats
path: root/src/kadmin/ktutil
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-10-16 16:03:10 -0400
committerBen Kaduk <kaduk@mit.edu>2012-10-16 17:08:08 -0400
commit0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1 (patch)
treeb726fc059a2775fb966667d17ee3e04c412da712 /src/kadmin/ktutil
parent0f81e372a2830c9170f6e08dfa956841d0ebdfb1 (diff)
downloadkrb5-0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1.tar.gz
krb5-0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1.tar.xz
krb5-0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1.zip
Remove nroff man pages
We generate man pages from RST sources now; they are checked into the tree in src/man/. The gen-manpages directory is no longer needed.
Diffstat (limited to 'src/kadmin/ktutil')
-rw-r--r--src/kadmin/ktutil/ktutil.M67
1 files changed, 0 insertions, 67 deletions
diff --git a/src/kadmin/ktutil/ktutil.M b/src/kadmin/ktutil/ktutil.M
deleted file mode 100644
index 7086a5a16..000000000
--- a/src/kadmin/ktutil/ktutil.M
+++ /dev/null
@@ -1,67 +0,0 @@
-.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)