DONE: Active Directory's A record and delegation to subdomains

Cricket Liu cricket at menandmice.com
Wed Nov 14 16:45:55 UTC 2001


> Hopefully people will catch this as we did, but there are some
> typos in the
> BIND book on P.525. Particularly, under the zone definitions for
> _sites and
> _msdcs:
>
> zone "_sites.fx.movie.edu" {
> 	type master;
> 	file "db._udp.fx.movie.edu";
> 	allow-update { dc };
> };
>
> zone "_msdcs.fx.movie.edu" {
> 	type master;
> 	file "db._udp.fx.movie.edu";
> 	allow-update { dc };
> };
>
> Which of course, isn't quite right, and should be:
>
> zone "_sites.fx.movie.edu" {
> 	type master;
> 	file "db._sites.fx.movie.edu";
> 	allow-update { dc };
> };
>
> zone "_msdcs.fx.movie.edu" {
> 	type master;
> 	file "db._msdcs.fx.movie.edu";
> 	allow-update { dc };
> };
>
> Probably just a cut-and-paste gone unedited.

Yup.  That should be in the errata, too.  I'll ask O'Reilly
to add it to the errata page
(http://www.oreilly.com/catalog/dns4/errata/dns4.confirmed).

cricket

Men & Mice
DNS Software & Services
www.menandmice.com

Attend our next DNS and BIND class!  See
http://www.menandmice.com/8000/8000_dns_training.html
for the schedule and to register for upcoming classes



More information about the bind-users mailing list