mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #25] Add domains.account to new zone #11
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jpmens on GitHub (Feb 9, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/25
The PowerDNS API now exposes domains.account via the API. It would be nice if nsedit would allow this to be set on Add new zone and edited on Edit zone.
@tuxis-ie commented on GitHub (Feb 10, 2015):
What content would you expect here? If I understand #powerdns correctly, this will (or might) be overwritten by the receiving nameserver if the sender is a supermaster..
@jpmens commented on GitHub (Feb 10, 2015):
If supermaster is in operation that would probably happen, yes, but no otherwise I think.
What I'd like to be able to add to
accountis an otherwise unchecked string of length <=varchar(40).@tuxis-ie commented on GitHub (Feb 10, 2015):
Woulnd't that be redundant with 'Owner' ? Or do you want to see the owner in the Pdns database?
@jpmens commented on GitHub (Feb 10, 2015):
I assume you mean nsedit's "owner"? That's not visible through the PowerDNS API is it? :)
I need a blob (however small) of info which an admin can edit and which is returned via the API
@tuxis-ie commented on GitHub (Feb 24, 2015):
Running 3.4.2 I don't see this exposed. As soon as this becomes available in a release, I'll have a look at it (shouldn't be too difficult to implement).