On Sun, Aug 15, 2010 at 1:19 PM, Jeffrey Ollie <[email protected]> wrote:
> I'm having some problems sending some dynamic updates.  The server
> says that the signature is bad, however I can use the key with
> nsupdate to send updates just fine.  Here's the output that I get:

Aha, I figured it out.  When I create the Update object I need to
specify the algorithm to use or it defaults to hmac-md5:

update = dns.update.Update(dns.name.from_text('.'),
                           keyring = keyring,
                           keyname = 'lt27416.campus.dmacc.edu.',
                           keyalgorithm = 'hmac-sha512')

-- 
Jeff Ollie
_______________________________________________
dnspython-users mailing list
[email protected]
http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-users

Reply via email to