diff options
author | John Terpstra <jht@samba.org> | 2005-12-23 19:12:11 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:14 -0500 |
commit | ff5c0584c0d37d669e126e125acbfb948c880158 (patch) | |
tree | 649116ed9bc6ac0f573e2e76f3dee7b9c4c662ec /docs/Samba3-ByExample | |
parent | 390c3996da3366367a6354698dca204de74a3869 (diff) | |
download | samba-ff5c0584c0d37d669e126e125acbfb948c880158.tar.gz samba-ff5c0584c0d37d669e126e125acbfb948c880158.tar.bz2 samba-ff5c0584c0d37d669e126e125acbfb948c880158.zip |
Fix typo.
(This used to be commit 76922e3d10e8641ffef9c19604753482b98313c4)
Diffstat (limited to 'docs/Samba3-ByExample')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml index 2f14775d7d..88b3758714 100644 --- a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -1336,7 +1336,7 @@ zone "abmas.us" { type master; file "/var/lib/named/master/abmas.us.hosts"; allow-query { - all; + any; }; allow-transfer { seconddns; |