Dynamic updates fail
Brought to you by:
schmidi2
When creating records in a dynamic zone this occurs
<snip top info>
----
Reply from update query:
;; ->>HEADER<<- opcode: UPDATE, status: REFUSED, id: 27999
;; flags: qr ra ; ZONE: 0, PREREQ: 0, UPDATE: 0,
ADDITIONAL: 0
----
There must be a test that is not being performed, since
the system thinks it can do updates and will not.
Other options could be that it is not reading the
proper key to do updates from.
I am not sure how the code functions to determine if it
can do updates.
Please conact me for more info on what other info is
needed.
I can send a copy of the bind 9 configs if needed.
Logged In: YES
user_id=665381
Apologies for the delay - I've only just seen this.
Currently the module does not use keys for nsupdate at all.
However, in the module configuration you specify where the
nsupdate command is located. It is possible to put the
nsupdate path and any options required in there. For
example: /usr/bin/nsupdate -k /etc/updt.key
I'm afraid I have not tested this at all though.
You may want to note that there is a problem with
automatically updating reverse entries on dynamic zones. I
have worked a solution for it this weekend and hope to test
it today. When ready I'll release it as version 1.0.3.