support for printing IPv6-addresses
[heimdal.git] / admin / kdb_edit.8
blob5189c11b06636511af05dcc4f69d42d0f5fc6ba7
1 .\" $Id$
2 .\"
3 .Dd Aug 27, 1997
4 .Dt KDB_EDIT 8
5 .Os HEIMDAL
6 .Sh NAME
7 .Nm kdb_edit
8 .Nd
9 edit a local kerberos database
10 .Sh SYNOPSIS
11 .Nm
12 .Sh DESCRIPTION
13 .Nm
14 allows interactive editing of a local kerberos database. When started
15 it enters a command mode with line editing and history
16 functions. Commands may be abbreviated as long as they are
17 unique. These are implemented:
18 .Bl -tag -width Ds
19 .It add_new_key Ar principal
20 .It ank Ar principal
21 Create a new entry called
22 .Ar principal
23 in the database.
24 .It modify_entry Ar principal
25 Change the entry
26 .Ar principal .
27 .It dump Op Ar file
28 Write the database into a ascii-format into the file
29 .Ar file ,
30 or standard out if no file is specified.
31 .It load Ar file
32 Reads the database from a dump in
33 .Ar file .
34 .It merge Ar file
35 Merge in the contents of the dump in
36 .Ar file .
37 .It help
38 .It init Ar realm
39 Create entries in the database for a new realm
40 .Ar realm .
41 .It get_entry Ar principal
42 Show the entry for
43 .Ar principal .
44 .It delete Ar principal
45 Remove the entry for
46 .Ar principal
47 from the database.
48 .It ext_keytab Ar principal
49 Extract the key for
50 .Ar principal
51 and write it to a keytab.
52 .It exit
53 .El
54 .Sh SEE ALSO
55 .Xr ktutil 8