diff options
-rwxr-xr-x | bin/ldap2bind | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ldap2bind b/bin/ldap2bind index 5b4de3d..3af9dfc 100755 --- a/bin/ldap2bind +++ b/bin/ldap2bind @@ -286,6 +286,7 @@ pushingList = [] zonelist << " type slave;" zonelist << " notify no;" zonelist << " file \"slave-ldap-#{slaveentry['name']}\";" + zonelist << " allow-query { any; };" zonelist << " allow-transfer { \"none\"; };" zonelist << " masters {" slaveentry['master'].each{ |master| |