new files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-27 23:40:17 +00:00
parent 96deb93c2d
commit 71e232cfc2
2 changed files with 88 additions and 0 deletions

55
admin/kdb_edit.8 Normal file
View File

@@ -0,0 +1,55 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KDB_EDIT 8
.Os HEIMDAL
.Sh NAME
.Nm kdb_edit
.Nd
edit a local kerberos database
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
allows interactive editing of a local kerberos database. When started
it enters a command mode with line editing and history
functions. Commands may be abbreviated as long as they are
unique. These are implemented:
.Bl -tag -width Ds
.It add_new_key Ar principal
.It ank Ar principal
Create a new entry called
.Ar principal
in the database.
.It modify_entry Ar principal
Change the entry
.Ar principal .
.It dump Op Ar file
Write the database into a ascii-format into the file
.Ar file ,
or standard out if no file is specified.
.It load Ar file
Reads the database from a dump in
.Ar file .
.It merge Ar file
Merge in the contents of the dump in
.Ar file .
.It help
.It init Ar realm
Create entries in the database for a new realm
.Ar realm .
.It get_entry Ar principal
Show the entry for
.Ar principal .
.It delete Ar principal
Remove the entry for
.Ar principal
from the database.
.It ext_keytab Ar principal
Extract the key for
.Ar principal
and write it to a keytab.
.It exit
.El
.Sh SEE ALSO
.Xr ktutil 8

33
admin/ktutil.8 Normal file
View File

@@ -0,0 +1,33 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KTUTIL 8
.Os HEIMDAL
.Sh NAME
.Nm ktutil
.Ar command
.Nd
handle a keytab
.Sh DESCRIPTION
.Nm
is the program for managing a keytab.
.Ar command
can be one of these:
.Bl -tag -width Ds
.It list Op Ar keytab
List the keys stored in the keytab
.Ar keytab .
.It srvconvert
.It srv2keytab Xo
.Op Fl s Ar srvtab
.Op Fl -srvtab= Ns Ar srvtab
.Op Fl k Ar keytab
.Op Fl -keytab= Ns Ar keytab
.Xc
Converts the version 4 srvtab in
.Ar srvtab
to a version 5 keytab and stores it in
.Ar keytab .
.El
.Sh SEE ALSO
.Xr kdb_edit 8