#!/bin/bash -e # # It is important that admins receieve notification of any errors that # occur when running this; please don't indiscriminately send logs to # /dev/null. # export PATH=$PATH:/usr/sbin:/sbin kdb5_util dump /var/lib/krb5kdc/slave_datatrans kprop hopper.hcoop.net \ 2>&1 | grep -v 'Database propagation to hopper.hcoop.net: SUCCEEDED' # disabled because the kdc is too old and can't load dumps from fritz --clinton #kprop deleuze.hcoop.net \ # 2>&1 | grep -v 'Database propagation to fritz.hcoop.net: SUCCEEDED'