W2K Active Directory and BIND on Sun

Ian Edwards ian at concerto.demon.co.uk
Thu Jun 22 16:42:44 UTC 2000


Hi,

I am trying to set up BIND (8.2.2p5) on Solaris to support Active
Directory on a Windows 2000 server.

I originally had this in named.conf

    zone "panorama.com" {
	    type master;
	    file "panorama.zone";
	    allow-update {
		    panorama;
	    };
    };

This overwrote the (neatly formatted) panorama.zone file that I had.
Is this the expected behaviour ?
(I suppose it was logical as it has to store the updates somewhere.)

Looking in the BIND FAQ it suggests using :

    zone "_msdcs.panorama.com" {
	    type master;
	    file "_msdcs.panorama.zone";
	    check-names ignore;
	    allow-update {
		    panorama;
	    };
    };

Based on what was dumped into the 'panorama.zone' I also created entries
for _sites.panorama.com, _tcp.panorama.com and _udp.panorama.com.
Are these necessary ?

Is there a document that says, in simple terms, how to set up BIND to
work with Active Directory ?

Thanks,
Ian.

 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  E-mail: ian at concerto.demon.co.uk
  Early Music Record Labels    - http://www.recordlabels.org/
  'ups' debugger for C/C++/f77 - http://www.concerto.demon.co.uk/UPS/
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




More information about the bind-users mailing list