Deleting Principals
To delete a principal, use the kadmin delete_principal
command,
which requires the "delete" administrative privilege. The syntax is:
delete_principal [-force] principal
delete_principal
has the alias delprinc
. The
-force
option causes delete_principal
not to ask if you're
sure. For example:
kadmin: delprinc jennifer
Are you sure you want to delete the principal
"[email protected]"? (yes/no): yes
Principal "[email protected]" deleted.
Make sure that you have removed this principal from
all ACLs before reusing.
kadmin: