You need domtool-admin rights to destroy a user
[hcoop/scripts.git] / hcoop-kprop
CommitLineData
86a0f2e2 1#!/bin/bash -e
2
3#
4# It is important that admins receieve notification of any errors that
5# occur when running this; please don't indiscriminately send logs to
6# /dev/null.
7#
8
9export PATH=$PATH:/usr/sbin:/sbin
10
11kdb5_util dump /var/lib/krb5kdc/slave_datatrans
ffb13c17
RD
12
13kprop hopper.hcoop.net \
14 2>&1 | grep -v 'Database propagation to hopper.hcoop.net: SUCCEEDED'
15
16kprop fritz.hcoop.net \
3a9bd77a 17 2>&1 | grep -v 'Database propagation to fritz.hcoop.net: SUCCEEDED'
86a0f2e2 18
19