Kerberos Server Version 3.1 Release Notes

HP Kerberos Server v3.1 Release Notes
Kerberos Server Version 3.1 Benefits and Features
Chapter 1 11
# kdb_dump -f /opt/krb5/dumpfilev3.1
Step 2. Use the krb_2_ldap utility to create the LDIF file.
# krb_2_ldap -d <dump filename> -l <ldif filename>
Step 3. You must manually edit the LDIF file.
Uncomment the first two lines of the LDIF file. Replace the DN name and the
changetype, if necessary.
Step 4. Load the LDIF file using the following command:
/opt/ldapux/bin/ldapmodify -d “cn=amathew” -w eso! -h <hostname>
-p <port number> -f <ldif filename>
On successful completion, the following message is displayed:
Load Successful
To migrate from the Kerberos Server Version 2.0 database to Version 3.0, dump the Version
2.0 database using the kdb_dump utility, and load this dump file into the Version 3.0 database
using the kdb_load utility.
NOTE The Kerberos database formats of Version 1.0 and Version 2.0 are not
compatible with each other. However, the Kerberos database formats of Version
2.0, Version 3.0 and Version 3.1 are compatible with each other.
Refer to the Kerberos Server Version 3.1 Administrator’s Guide (T1417-90009) for more
information on migration.