Problems with include in acl file

Robert Moskowitz rgm at htt-consult.com
Sun Oct 18 02:33:37 UTC 2009


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:
Error in named configuration:
named.acl:3: missing ';' before '"'
                                                           [FAILED]


The file custom.acl exists and it contains:

        192.168.2.0/24;

Perhaps includes are not allowed in .acl files?





More information about the bind-users mailing list