You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I want to update foo.dynamic.example.com. It will assume that the zone is dynamic.example.com, however in my case the zone is example.com. The update will fail with this message:
update failed: NOTAUTH
nsupdate command failed.
Two possible solutions:
We remove the zone instruction to nsupdate from the template. In my case it works without problem but maybe if this command is here it's for a reason that I don't understand.
We need to let the user configure the zones manually.
Say I want to update
foo.dynamic.example.com
. It will assume that the zone isdynamic.example.com
, however in my case the zone isexample.com
. The update will fail with this message:Two possible solutions:
zone
instruction to nsupdate from the template. In my case it works without problem but maybe if this command is here it's for a reason that I don't understand.In both cases the extract_domain_from_hostname function must be removed, because it's wrong.
What do you think?
The text was updated successfully, but these errors were encountered: