Typically, a cron job propagates the Kerberos database to slave KDCs. If you need to synchronize a slave KDC with the master KDC outside the periodic cron job, you have two options, the /usr/lib/krb5/kprop_script and the kprop command. For more information, review the script and the kprop(1M) man page.
![]() | Caution - Do not use these commands if incremental propagation is enabled on the slave KDC. |
slave# grep sunw_dbprop_enable /etc/krb5/kdc.conf sunw_dbprop_enable = true
slave# cp /etc/krb5/kdc.conf /etc/krb5/kdc.conf.sav slave# pfedit /etc/krb5/kdc.conf ... sunw_dbprop_enable = false ... slave# svcadm restart krb5_prop
master# /usr/lib/krb5/kprop_script slave-KDC
master# /usr/lib/krb5/kprop -f /var/krb5/slave_datatrans slave-KDC
slave# mv /etc/krb5/kdc.conf.sav /etc/krb5/kdc.conf