ACL Error

joseph lang tcnojl1 at earthlink.net
Mon Jan 29 15:56:54 UTC 2001


"Smith, William E., Jr." wrote:
> 
> I've modified my named.conf on one of my secondaries to include the _
> domains for W2K.  I set an ACL up such that only the W2K DC's would update
> it.  After modified named.conf and rehupping named, the following errors got
> logged for each of the subdomains I created:
> 
> Jan 29 10:08:29 server.domain.edu named[25491]:
> /opt/bind822/etc/named.conf:130: syntax error near zone
> 
> Jan 29 10:08:29 server.domain.edu named[25491]:
> /opt/bind822/etc/named.conf:114: zone filename already set; skipping
> 
> Jan 29 10:08:29 apldns1.jhuapl.edu named[25491]:
> /opt/bind822/etc/named.conf:115: zone update acl already set; skipping
> 
> I simply copied and pasted what I had for one of the other _ domains I had
> and modified them for the appropriate zone name.  I created an ACL and then
> referenced it via the allow-update statement.
> Perhaps I'm missing something here but why is it complaining about me having
> an update acl already set when that is for a different zone? I originally
> had only created the _msdcs domain as a test and was simply adding the rest.
> Things worked fine with only _msdcs.  I've included what I just added/caused
> the error.  Perhaps I'm missing something here staring me right in the face
> but I don't see it at the moment.
> 
> Any insight would be appreciated.
> 
> Thanks,
> 
> Bill
> 
> zone "_msdcs.server.edu" {
>         type slave;
>         file "db._msdcs.server.zone.bak";
>         allow-update {win2kdc; };
>         masters {
>                 1.1.1.1;
>         };
> 
> zone "_sites.server.edu" {
>         type slave;
>         file "db._sites.server.zone.bak";
>         allow-update {win2kdc; };
>         masters {
>                 1.1.1.1;
>         };
> 
> zone "_tcp.server.edu" {
>         type slave;
>         file "db._tcp.server.zone.bak";
>         allow-update {win2kdc; };
>         masters {
>                 1.1.1.1;
>         };
> 
> zone "_udp.jhuapl.edu" {
>         type slave;
>         file "db._udp.jhuapl.zone.bak";
>         allow-update {win2kdc; };
>         masters {
>                 1.1.1.1;
>         };
bill 

your curly braces are mis matched  add another "};"
after 1.1.1.1;
                                                                                
joe


More information about the bind-users mailing list