Add Administrators to the Kerberos Database
Next you need to add administrative principals to the Kerberos database.
(You must add at least one now.) To do this, use kadmin.local
on the master KDC. The administrative principals you create
should be the ones you added to the ACL file. (See See Add Administrators to the Acl File.) In the following example, the
administration principal admin/admin
is created:
shell% /usr/local/sbin/kadmin.local
kadmin.local: addprinc admin/[email protected]
NOTICE: no policy specified for "admin/[email protected]";
assigning "default".
Enter password for principal admin/[email protected]: <= Enter a password.
Re-enter password for principal admin/[email protected]: <= Type it again.
Principal "admin/[email protected]" created.
kadmin.local: