Next, you need to add administrative principals to the
Kerberos database. To do this, you can use the kadmin.local on the master KDC. The administrative principals you
create should be the ones you added to the ACL file. Refer to “Creating the ACL File”,
for more information on adding administrators to an acl file.
In the following example, the administration principal admin/admin is created:
shell% /opt/krb5/sbin/kadmin.local kadmin.local: addprinc admin/admin@FINANCE.BAMBI.COM WARNING: no policy specified for "admin/admin@FINANCE.BAMBI.COM"; defaulting to no policy |
Ener password for principal admin/admin@FINANCE.BAMBI.COM: Enter_your_password Re-enter password for principal admin/admin@FINANCE.BAMBI.COM: Type your password again |
Principal "admin/admin@FINANCE.BAMBI.COM" Created. kadmin.local: |