tags 501800 +moreinfo

thank you

I have tried to reproduce this bug with the following named.local:
key "key-test" {
        algorithm hmac-md5;
        secret "IVqRBcWBoPU2LhJTFnaJrw==";
};

acl "test" {
        192.168.0.0/24;
        };

acl "another" {
        192.168.1.0/24;
        };

zone "example.com" {
        type master;
        file "/etc/bind/db.local";
        allow-update { key key-test; "test"; "another"; };
        check-names ignore;
};

And it seems to work. Could you please provide a minimal named.conf.local that
triggers this bug?

Anyway, in the 9.5.0 release sources the file KNOWN-DEFECTS documents an ugly
bug, and an untested patch. It might be worth checking if appling the
patch fixes your problem.

-- 
A computer scientist is someone who, when told to "Go to Hell,"
sees the "go to," rather than the destination, as harmful.
Saludos /\/\ /\ >< `/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to