]> granicus.if.org Git - pdns/commitdiff
document ldap and lua fork status
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 14 Jan 2013 09:02:26 +0000 (09:02 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 14 Jan 2013 09:02:26 +0000 (09:02 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3048 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/luabackend/README
pdns/docs/pdns.xml

index 30e5f7e945781da9738e0e7b0367bed2a7ea4218..312d8e3b0c37d2d9763cb7346a655f79849e750f 100644 (file)
@@ -2,6 +2,10 @@
 This is the luabackend for PowerDNS!
 ====================================
 
+Note: shortly before the 3.2 release of PowerDNS, Fredrik Danerklinkt
+(author of this Luabackend) opened https://github.com/fredan/luabackend
+and is doing development there.
+
 
 http://www.lua.org for more information about what Lua really is.
 
index 5a7e4a822e110b9b603131844707f5548d48729c..289470acbfba076e4260d4815e9f65eb818dcfc3 100644 (file)
@@ -17808,6 +17808,12 @@ VALUES (:zoneid, :ip)
            to rectify this situation.
          </para>
        </warning>
+  <warning>
+    <para>
+      GrĂ©gory Oestreicher has forked the LDAP backend shortly before our 3.2 release. Please visit his
+      <ulink url="http://repo.or.cz/w/pdns-ldap-backend.git">repository</ulink> for the latest code.
+    </para>
+  </warning>
       </para>
       <para>
        <warning>
@@ -17923,6 +17929,12 @@ VALUES (:zoneid, :ip)
            the PowerDNS distribution.
          </para>
        </warning>
+  <warning>
+    <para>
+      The most up to date version of this backend can be found at <ulink url="https://github.com/fredan/luabackend">Fredrik's github</ulink>.
+    </para>
+  </warning>
+
       </para>
       <para>
        The main author for this module is Fredrik Danerklint.