_msdcs not updating...

Michael J. Pape papem at union.edu
Fri May 18 11:35:42 UTC 2001



Stopping and then starting the named process (as opposed to restarting)
seems to have fixed this problem...



-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org]On
Behalf Of Michael J. Pape
Sent: Thursday, May 17, 2001 6:02 PM
To: BIND
Subject: _msdcs not updating...




Bind 9.1.1


I've configured my named.conf as per Cricket Liu's article in the March
issue of Linux Magazine titled "The Ties That BIND:Using BIND Name Servers
with Windows 2000".

The _tcp, _udp, and _sites zone files update, but the _msdcs zone file will
not update, and I get "update denied" errors in the log file which I assume
are related to an attempt to update the db._msdcs zone file. The conf entry
has the appropriate "allow-update" statement, as do the other entries for
the other zones.

My related W2k/AD config entries (with the names changed to protect the
innocent...) are as follows:

acl "DomainController" {
        xxx.xxx.xxx.xxx;
};
zone "_tcp.example.edu" in {
        type master;
        file "db._tcp";
        check-names ignore;
        allow-update { "DomainController"; };
};
zone "_udp.example.edu" in {
        type master;
        file "db._udp";
        check-names ignore;
        allow-update { "DomainController"; };
};
zone "_msdcs.example.edu" in {
        type master;
        file "db._msdcs";
        check-names ignore;
        allow-update { "DomainController"; };
};
zone "_sites.example.edu" in {
        type master;
        file "db._sites";
        check-names ignore;
        allow-update { "DomainController"; };
};

???


Thanks,
mike





More information about the bind-users mailing list