new files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
55
admin/kdb_edit.8
Normal file
55
admin/kdb_edit.8
Normal 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
33
admin/ktutil.8
Normal 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
|
Reference in New Issue
Block a user