<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Chris Wopat ha scritto:
<blockquote
 cite="mid:AANLkTimP=3_0qXxu5-fqpiw4RGpv=GPxAMg6LR3SU==m@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Date: Fri, 23 Jul 2010 14:42:30 -0500
From: Chris Wopat <a class="moz-txt-link-rfc2396E" href="mailto:me@falz.net"><me@falz.net></a>
Subject: [Pdns-users] PowerDNS capabilities- "link" domains?
To: <a class="moz-txt-link-abbreviated" href="mailto:pdns-users@mailman.powerdns.com">pdns-users@mailman.powerdns.com</a>

I'm looking for a web based DNS frontend for our customers to use. We
have many circumstances where we simply symlink BIND zone files so
there's one set of A/CNAME/MX records to maintain for multiple domains
(foo.com, foo.org, foo.net, etc). If they need to change an A record,
it's done in one place and is consistent across all of those domains.
Does PowerDNS natively have the ability to do this?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I looked at the default DB schema for MySQL and I'm not seeing
anything in it that could accommodate this without another table or a
schema change. Anyone have insight as to weather this type of
modification is possible?
  </pre>
</blockquote>
<br>
We have the same need, managing zones which handle more domains with
same characteristics.<br>
<br>
We made a little study, and there are two ways to go:<br>
<ul>
  <li>modify DB and powerdns code, in order to handle:</li>
  <ul>
    <li>one or two more table for templates zones (cloning domains and
records table structures)<br>
    </li>
    <li>two more field on domain table: one for indicating that records
must be read from templates zone; the other with the name of template
zone to be used</li>
    <li>change additional features, like modifying the template must
force change notifies for all domains linked to that zone.</li>
  </ul>
  <li>We use poweradmin, which has templates zones, but they are quite
too poor, so we asked to add in poweradmin:</li>
  <ul>
    <li>link between template and domains</li>
    <li>when a template change, make same changes to linked domains</li>
  </ul>
</ul>
Doing changes in poweradmin does not need any powerdns change.<br>
But making such changes in powerdns would make all better.<br>
<br>
Tonino<br>
<br>
<br>
<blockquote
 cite="mid:AANLkTimP=3_0qXxu5-fqpiw4RGpv=GPxAMg6LR3SU==m@mail.gmail.com"
 type="cite">
  <pre wrap="">_______________________________________________
Pdns-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.powerdns.com/mailman/listinfo/pdns-users">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a>

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
------------------------------------------------------------
        Inter@zioni            Interazioni di Antonio Nati 
   <a class="moz-txt-link-freetext" href="http://www.interazioni.it">http://www.interazioni.it</a>      <a class="moz-txt-link-abbreviated" href="mailto:tonix@interazioni.it">tonix@interazioni.it</a>           
------------------------------------------------------------
</pre>
</body>
</html>