From: Peter van Dijk Date: Mon, 14 Jan 2013 09:02:26 +0000 (+0000) Subject: document ldap and lua fork status X-Git-Tag: auth-3.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cb8a3987876faa44246bd422f62f720673b864;p=thirdparty%2Fpdns.git document ldap and lua fork status git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3048 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/modules/luabackend/README b/modules/luabackend/README index 30e5f7e945..312d8e3b0c 100644 --- a/modules/luabackend/README +++ b/modules/luabackend/README @@ -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. diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 5a7e4a822e..289470acbf 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -17808,6 +17808,12 @@ VALUES (:zoneid, :ip) to rectify this situation. + + + Grégory Oestreicher has forked the LDAP backend shortly before our 3.2 release. Please visit his + repository for the latest code. + + @@ -17923,6 +17929,12 @@ VALUES (:zoneid, :ip) the PowerDNS distribution. + + + The most up to date version of this backend can be found at Fredrik's github. + + + The main author for this module is Fredrik Danerklint.