<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: dnsEditor:Ajaxified Subversion Access</title>
	<atom:link href="http://www.lokkju.com/blog/archives/35/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lokkju.com/blog/archives/35</link>
	<description>The many projects of Lokkju, Inc</description>
	<lastBuildDate>Sat, 28 Aug 2010 01:17:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<a href="http://www.lokkju.com/strict.php " rel="nofollow"><img src="http://www.lokkju.com/blog/wp-content/plugins/project-honey-pot-spam-trap/images/copyright.png" height="0" width="0" border="0"/></a>	<item>
		<title>By: molotov</title>
		<link>http://www.lokkju.com/blog/archives/35/comment-page-1#comment-2367</link>
		<dc:creator>molotov</dc:creator>
		<pubDate>Mon, 11 Sep 2006 12:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokkju.com/blog/index.php/2006/05/30/dnseditorajaxified-subversion-access/#comment-2367</guid>
		<description>It is there: https://svn.lokkju.com/svn/dnsEditor/trunk/docs/schema.sql

Alternatively, you may use the schema that is included with bind9-dlz package and it should work nicely (. Additionaly, for AXFR transfers you can create a table xfr_table (zone TEXT, client TEXT) and AXFR should work too. Then use the following in named.conf:

dlz &quot;Mysql zone&quot; {
   database &quot;mysql
    {host=127.0.0.1 port=3306 dbname=dns user=dns pass=ashesudns ssl=false}
    {select zone from dns_records where zone = &#039;%zone%&#039;}
    {select ttl, type, mx_priority, case when lower(type)=&#039;txt&#039; then concat(&#039;\&quot;&#039;
, data, &#039;\&quot;&#039;)
        when lower(type) = &#039;soa&#039; then concat_ws(&#039; &#039;, data, resp_person, serial,
refresh, retry, expire, minimum)
        else data end from dns_records where zone = &#039;%zone%&#039; and host = &#039;%record
%&#039;}
    {}
    {select ttl, type, host, mx_priority, case when lower(type)=&#039;txt&#039; then
        concat(&#039;\&quot;&#039;, data, &#039;\&quot;&#039;) else data end, resp_person, serial, refresh, re
try, expire,
        minimum from dns_records where zone = &#039;%zone%&#039;}
    {select zone from xfr_table where zone = &#039;%zone%&#039; and client = &#039;%client%&#039;}&quot;;
};</description>
		<content:encoded><![CDATA[<p>It is there: <a href="https://svn.lokkju.com/svn/dnsEditor/trunk/docs/schema.sql" rel="nofollow">https://svn.lokkju.com/svn/dnsEditor/trunk/docs/schema.sql</a></p>
<p>Alternatively, you may use the schema that is included with bind9-dlz package and it should work nicely (. Additionaly, for AXFR transfers you can create a table xfr_table (zone TEXT, client TEXT) and AXFR should work too. Then use the following in named.conf:</p>
<p>dlz &#8220;Mysql zone&#8221; {<br />
   database &#8220;mysql<br />
    {host=127.0.0.1 port=3306 dbname=dns user=dns pass=ashesudns ssl=false}<br />
    {select zone from dns_records where zone = &#8216;%zone%&#8217;}<br />
    {select ttl, type, mx_priority, case when lower(type)=&#8217;txt&#8217; then concat(&#8217;\&#8221;&#8216;<br />
, data, &#8216;\&#8221;&#8216;)<br />
        when lower(type) = &#8217;soa&#8217; then concat_ws(&#8217; &#8216;, data, resp_person, serial,<br />
refresh, retry, expire, minimum)<br />
        else data end from dns_records where zone = &#8216;%zone%&#8217; and host = &#8216;%record<br />
%&#8217;}<br />
    {}<br />
    {select ttl, type, host, mx_priority, case when lower(type)=&#8217;txt&#8217; then<br />
        concat(&#8217;\&#8221;&#8216;, data, &#8216;\&#8221;&#8216;) else data end, resp_person, serial, refresh, re<br />
try, expire,<br />
        minimum from dns_records where zone = &#8216;%zone%&#8217;}<br />
    {select zone from xfr_table where zone = &#8216;%zone%&#8217; and client = &#8216;%client%&#8217;}&#8221;;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L&#124;NUX</title>
		<link>http://www.lokkju.com/blog/archives/35/comment-page-1#comment-488</link>
		<dc:creator>L&#124;NUX</dc:creator>
		<pubDate>Sun, 18 Jun 2006 03:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokkju.com/blog/index.php/2006/05/30/dnseditorajaxified-subversion-access/#comment-488</guid>
		<description>Argreed with Emil Palm, because when i use this it give me errors.</description>
		<content:encoded><![CDATA[<p>Argreed with Emil Palm, because when i use this it give me errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Palm</title>
		<link>http://www.lokkju.com/blog/archives/35/comment-page-1#comment-344</link>
		<dc:creator>Emil Palm</dc:creator>
		<pubDate>Thu, 01 Jun 2006 14:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lokkju.com/blog/index.php/2006/05/30/dnseditorajaxified-subversion-access/#comment-344</guid>
		<description>Hey, this is a nice frontend.

but can you paste your DLZ conf and database structure prehaps ?


Greets</description>
		<content:encoded><![CDATA[<p>Hey, this is a nice frontend.</p>
<p>but can you paste your DLZ conf and database structure prehaps ?</p>
<p>Greets</p>
]]></content:encoded>
	</item>
</channel>
</rss>
