diff options
Diffstat (limited to 'doc/html/_sources/admin/database.rst.txt')
| -rw-r--r-- | doc/html/_sources/admin/database.rst.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/_sources/admin/database.rst.txt b/doc/html/_sources/admin/database.rst.txt index 2fd07242a0f7..685ec272f4b0 100644 --- a/doc/html/_sources/admin/database.rst.txt +++ b/doc/html/_sources/admin/database.rst.txt @@ -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: |
