summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-04-21 21:40:22 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2008-04-21 21:40:22 +0000
commit1f0b5e0b94b9951410c1dfe7ab10ecb30ba15866 (patch)
tree2e7bca3b36f533b9abaa95dae9e44f4acb2e8c96 /bin
parentdeb99529a506e89ba6d914f50ec8a1a03d2122e3 (diff)
Do not send notifies on slave zones
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@343 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ldap2bind1
1 files changed, 1 insertions, 0 deletions
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 {"