diff options
Diffstat (limited to 'crypto/krb5/doc/admin/database.rst')
-rw-r--r-- | crypto/krb5/doc/admin/database.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/krb5/doc/admin/database.rst b/crypto/krb5/doc/admin/database.rst index 2fd07242a0f7..685ec272f4b0 100644 --- a/crypto/krb5/doc/admin/database.rst +++ b/crypto/krb5/doc/admin/database.rst @@ -93,6 +93,10 @@ To view the attributes of a principal, use the kadmin` To generate a listing of principals, use the kadmin **list_principals** command. +To give a principal additional names, use the kadmin **add_alias** +command to create aliases to the principal (new in release 1.22). +Aliases can be removed with the **delete_principal** command. + .. _policies: |