kadmin: Add command aliases to man page

This commit is contained in:
Nicolas Williams
2021-10-30 15:21:34 -05:00
parent 5d462795ce
commit 2a9b57cdad

View File

@@ -138,6 +138,10 @@ The
behavior is the default if none of these are given. behavior is the default if none of these are given.
The only policy supported by Heimdal servers is The only policy supported by Heimdal servers is
.Ql default . .Ql default .
.Pp
This command has the following aliases:
.Nm ank ,
.Nm add_new_key .
.Ed .Ed
.Pp .Pp
.Nm add_alias .Nm add_alias
@@ -218,6 +222,9 @@ The default key rotation period is
The default enctypes is as for the The default enctypes is as for the
.Nm add .Nm add
command. command.
.Pp
This command has the following alias:
.Nm add_ns .
.Ed .Ed
.Pp .Pp
.Nm add_enctype .Nm add_enctype
@@ -246,6 +253,10 @@ the principal to get its canonical name and then delete that.
.Ar alias... .Ar alias...
.Bd -ragged -offset indent .Bd -ragged -offset indent
Deletes the given aliases, but not their canonical principals. Deletes the given aliases, but not their canonical principals.
.Pp
This command has the following aliases:
.Nm del ,
.Nm del_entry .
.Ed .Ed
.Pp .Pp
.Nm del_enctype .Nm del_enctype
@@ -417,6 +428,9 @@ Possible attributes are:
Attributes may be negated with a "-", e.g., Attributes may be negated with a "-", e.g.,
.Pp .Pp
kadmin -l modify -a -disallow-proxiable user kadmin -l modify -a -disallow-proxiable user
.Pp
This command has the following alias:
.Nm mod .
.Ed .Ed
.Pp .Pp
.Nm passwd .Nm passwd
@@ -450,6 +464,10 @@ is given then all old keys are kept. If
The The
.Fl Fl keepold .Fl Fl keepold
behavior is the default if none of these are given. behavior is the default if none of these are given.
.Pp
This command has the following aliases:
.Nm cpw ,
.Nm change_password .
.Ed .Ed
.Pp .Pp
.Nm verify-password-quality .Nm verify-password-quality
@@ -467,6 +485,9 @@ verify-quality-password will cause an update to the password
database meaning that merely verifying the quality of the password database meaning that merely verifying the quality of the password
using verify-quality-password invalidates the use of that using verify-quality-password invalidates the use of that
principal/password in the future. principal/password in the future.
.Pp
This command has the following alias:
.Nm pwq .
.Ed .Ed
.Pp .Pp
.Nm privileges .Nm privileges
@@ -482,6 +503,9 @@ Lists the operations you are allowed to perform. These include
.Li list , .Li list ,
and and
.Li modify . .Li modify .
.Pp
This command has the following alias:
.Nm privs .
.Ed .Ed
.Pp .Pp
.Nm rename .Nm rename
@@ -556,6 +580,18 @@ but just modifies the database with the entries in the dump file.
.Op Fl Fl master-key-fd= Ns Ar fd .Op Fl Fl master-key-fd= Ns Ar fd
.Bd -ragged -offset indent .Bd -ragged -offset indent
Writes the Kerberos master key to a file used by the KDC. Writes the Kerberos master key to a file used by the KDC.
.Pp
This command has the following alias:
.Nm kstash .
.Ed
.Pp
.Nm exit
.Bd -ragged -offset indent
Exits
.Nm kadmin .
.Pp
This command has the following alias:
.Nm quit .
.Ed .Ed
.\".Sh ENVIRONMENT .\".Sh ENVIRONMENT
.\".Sh FILES .\".Sh FILES