From 1f0b5e0b94b9951410c1dfe7ab10ecb30ba15866 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Apr 2008 21:40:22 +0000 Subject: Do not send notifies on slave zones git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@343 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2bind | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/ldap2bind b/bin/ldap2bind index 139a4b0..5b4de3d 100755 --- a/bin/ldap2bind +++ b/bin/ldap2bind @@ -284,6 +284,7 @@ pushingList = [] if slaveentry['slaves'].include?(@Origin) zonelist << "zone \"#{slaveentry['name']}\" {" zonelist << " type slave;" + zonelist << " notify no;" zonelist << " file \"slave-ldap-#{slaveentry['name']}\";" zonelist << " allow-transfer { \"none\"; };" zonelist << " masters {" -- cgit v1.2.3