|
NAMEkadmin —
Kerberos administration utility
SYNOPSIS
DESCRIPTIONThekadmin program is used to make modifications to the
Kerberos database, either remotely via the
kadmind(8)
daemon, or locally (with the -l option).
Supported options:
If no command is given on the command line,
Commands include:
Adds a new principal to the database. The options
not passed on the command line will be promped for.
Adds a new encryption type to the principal, only
random key are supported.
Removes a principal.
Removes some enctypes from a principal; this can be
useful if the service belonging to the principal is known to not handle
certain enctypes.
Creates a keytab with the keys of the specified
principals.
Lists the matching principals, short prints the
result as a table, while long format produces a more verbose output. Which
columns to print can be selected with the
-o option.
The argument is a comma separated list of column names optionally appended
with an equal sign (‘=’) and a column header. Which columns are
printed by default differ slightly between short and long output.
The default terse output format is similar to
Possible column names include:
Modifies certain attributes of a principal. If run
without command line options, you will be prompted. With command line options,
it will only change the ones specified.
Possible attributes are: Attributes may be negated with a "-", e.g., kadmin -l modify -a -disallow-proxiable user
Changes the password of an existing
principal.
Run the password quality check function locally.
You can run this on the host that is configured to run the kadmind process to
verify that your configuration file is correct. The verification is done
locally, if kadmin is run in remote mode, no rpc call is done to the
server.
Lists the operations you are allowed to perform.
These include
add ,
add_enctype , change-password ,
delete , del_enctype ,
get , list , and
modify .
Renames a principal. This is normally transparent,
but since keys are salted with the principal name, they will have a
non-standard salt, and clients which are unable to cope with this will fail.
Kerberos 4 suffers from this.
Check database for strange configurations on
important principals. If no realm is given, the default realm is used.
When running in local mode, the following commands can also be used:
Writes the database in “human
readable” form to the specified file, or standard out. If the database
is encrypted, the dump will also have encrypted keys, unless
- -decrypt is used.
Initializes the Kerberos database with entries for
a new realm. It's possible to have more than one realm served by one
server.
Reads a previously dumped database, and re-creates
that database from scratch.
Similar to
load but just
modifies the database with the entries in the dump file.
Writes the Kerberos master key to a file used by
the KDC.
SEE ALSOkadmind(8), kdc(8)
Visit the GSP FreeBSD Man Page Interface. |