The following example uses the add_principal command of kadmin to create a new principal called pak. The principal's policy is set to testuser.
kadmin: add_principal -policy testuser pak Enter password for principal "pak@ACME.COM": <type the password> Re-enter password for principal "pak@ACME.COM": <type the password again> Principal "pak@ACME.COM" created. kadmin: quit |