If you want to use the Kerberos server with C-tree as the
backend database, migrate your existing Kerberos server to Kerberos
server v3.0.
In the Kerberos server v2.x, the password policy was based
on the instance name to which the principal belongs. Starting with
the Kerberos server v3.0, the password policy is not based on the
instance name but is based on the policy subscribed to the principal,
which provides the flexibility for a principal to subscribe to any
policy in the /opt/krb5/password.policy file.
You must securely copy the adm_acl_file from the Kerberos server v2.0 to the v3.0 system.
To migrate from Kerberos server v2.0 to v3.0, complete the
following steps:
Dump the database on the v2.0 server.
On the Kerberos server v2.0, dump the database with the default
dump version. The dump file must contain the default header, “kdb5_util load_dump version 5.0”.
# kdb_dump -f /opt/krb5/dumpfilev2.0 |
Copy the dump file to the system on which you are installing
the v3.0 Kerberos server
Install the v3.0 Kerberos daemons on the new system.
Configure Kerberos Server v3.0.
You can configure the Kerberos server manually or by using
the krbsetup tool. This is an interactive tool that prompts
you for the required parameters. For more information, type man 1M krbsetup at the HP-UX prompt or see “Autoconfiguring the
Kerberos Server ”“Auto-Configuration of the Kerberos
Server” on page 63.
Load the dump file generated in step 1 using the following
command:
#kdb_load -f <dump_filename> |
On successful completion, the following message is displayed:
Now, the migration process of the principal information is
completed.