ACL usage

Kevin Darcy kcd at daimlerchrysler.com
Tue Aug 17 19:43:31 UTC 2004


If I'm reading this CHANGES-file entry correctly, the functionality you 
seek is coming in BIND 9.3 (currently in beta):

1443. [func] Masters lists can now be specified and referenced
in zone masters clauses and other masters lists.

- Kevin

Peter Rabbitson wrote:

>Is there a way to specify IPs for options like forwarders {}, also-notify{},
>masters {} and others using ACLs? BIND (9.2.4) get's very upset at such
>entries:
>
>acl "fwdservers" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; };
>forward first;
>forwarders {"fwdservers"; };
>
>or
>
>acl "mstservers" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; );
>
>zone "example.com" {
>     type slave;
>     file "slave.example.com";
>     masters {"mstservers"; };
>};
>
>Peter
>
>
>
>
>  
>




More information about the bind-users mailing list