Re: Problems with include in acl file

2009-10-19 Thread Joseph S D Yao
On Sun, Oct 18, 2009 at 03:35:34PM +0100, Chris Thompson wrote: ... As long ago as BIND 9.2, you'll find this in the CHANGES file: 764. [func] Configuration files now allow include directives in more places, such as inside the view statement.

Re: Problems with include in acl file

2009-10-19 Thread Matus UHLAR - fantomas
On 19.10.09 09:49, Mark Andrews wrote: acl's can include other acls. I'm having a hard time seeing why you need to include a file here. include custom.acl; // defines acl customacl acl hdanets { 92.168.1.0/24; // hda network customacl; }; otoh, it could ease configuration

Re: Problems with include in acl file

2009-10-18 Thread Chris Thompson
On Oct 18 2009, Joseph S D Yao wrote: On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote: I am trying to build up an environment where the user can maintain custom files and leave the basic files alone. So I have a named.acl that works, I add an include line: acl hdanets {

Re: Problems with include in acl file

2009-10-18 Thread Robert Moskowitz
Chris Thompson wrote: On Oct 18 2009, Joseph S D Yao wrote: On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote: I am trying to build up an environment where the user can maintain custom files and leave the basic files alone. So I have a named.acl that works, I add an include

Re: Problems with include in acl file

2009-10-18 Thread Mark Andrews
In message 4adb44a5.2060...@htt-consult.com, Robert Moskowitz writes: Chris Thompson wrote: On Oct 18 2009, Joseph S D Yao wrote: On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote: I am trying to build up an environment where the user can maintain custom files and

Re: Problems with include in acl file

2009-10-18 Thread Robert Moskowitz
Mark Andrews wrote: In message 4adb44a5.2060...@htt-consult.com, Robert Moskowitz writes: Chris Thompson wrote: On Oct 18 2009, Joseph S D Yao wrote: On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote: I am trying to build up an environment where the

Problems with include in acl file

2009-10-17 Thread Robert Moskowitz
I am trying to build up an environment where the user can maintain custom files and leave the basic files alone. So I have a named.acl that works, I add an include line: acl hdanets { 192.168.1.0/24; // hda network include custom.acl; }; and get the error: Starting named:

Re: Problems with include in acl file

2009-10-17 Thread Joseph S D Yao
On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote: I am trying to build up an environment where the user can maintain custom files and leave the basic files alone. So I have a named.acl that works, I add an include line: acl hdanets { 192.168.1.0/24; // hda network