Re: [Pdns-users] Pdns-users Digest, Vol 98, Issue 22

2011-04-03 Thread jean delestre
PIPE-BACKEND-USE

hello

i'm trying to work with pipe-backend
i managed to send response from a perl script but with ip addresses declared
in the source code

i'm looking for a simple pdns script that would read ip address dynamicaly
from a file (absolute path) and respond it to A query of www.example.com for
instance

it could be in perl,or even in sh if someone already made it



anyone has one already working solution where i could start from?

thank you for your help



2011/3/27 pdns-users-requ...@mailman.powerdns.com

 Send Pdns-users mailing list submissions to
pdns-users@mailman.powerdns.com

 To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.powerdns.com/mailman/listinfo/pdns-users
 or, via email, send a message with subject or body 'help' to
pdns-users-requ...@mailman.powerdns.com

 You can reach the person managing the list at
pdns-users-ow...@mailman.powerdns.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Pdns-users digest...


 Today's Topics:

   1. Mongo DB and PowerDNS part 2 (fredrik danerklint)


 --

 Message: 1
 Date: Sat, 26 Mar 2011 17:36:14 +0100
 From: fredrik danerklint fredan-p...@fredan.org
 Subject: [Pdns-users] Mongo DB and PowerDNS part 2
 To: pdns-users@mailman.powerdns.com
 Message-ID: 201103261736.14443.fredan-p...@fredan.org
 Content-Type: text/plain;  charset=us-ascii

 This is from native backend with MongoDB!

 $ dig www.example.com A @127.0.0.1 -p5300

 ;  DiG 9.7.1-P2  www.example.com A @127.0.0.1 -p5300
 ;; global options: +cmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 55603
 ;; flags: qr aa rd; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
 ;; WARNING: recursion requested but not available

 ;; QUESTION SECTION:
 ;www.example.com.   IN  A

 ;; ANSWER SECTION:
 www.example.com.3600IN  CNAME   webserver.example.com.
 webserver.example.com.  3600IN  A   1.2.3.4
 webserver.example.com.  3600IN  A   1.2.3.5
 webserver.example.com.  3600IN  A   1.2.3.6

 ;; Query time: 7 msec
 ;; SERVER: 127.0.0.1#5300(127.0.0.1)
 ;; WHEN: Sat Mar 26 16:06:15 2011
 ;; MSG SIZE  rcvd: 105

 The content of the database looks like this:

 { domain_id : 1, name : example.com, type : SOA, ttl : 3600,
 content : [ahu.example.com ns1.example.com 2008080300 1800 3600 604800
 3600] }
 { domain_id : 1, name : example.com, type : TXT, ttl : 3600,
 content : [ hallo allemaal!] }
 { domain_id : 1, name : example.com, type : NS, ttl : 3600,
 content : [ns1.example.com, ns2.example.com] }
 { domain_id : 1, name : webserver.example.com, type : A, ttl :
 3600, content : [1.2.3.4, 1.2.3.5, 1.2.3.6 ] }
 { domain_id : 1, name : www.example.com, type : CNAME, ttl :
 3600,
 content : [webserver.example.com] }

 --
 //fredan


 --

 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users


 End of Pdns-users Digest, Vol 98, Issue 22
 **

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


[Pdns-users] release date for pdns 3?

2011-04-03 Thread Vasiliy G Tolstov
Hello. Where i can find release date for powerdns 3 ? roadmap in wiki
says nothing...

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Status of the LDAP backend in 3.0 release

2011-04-03 Thread Udo Rader
Hi,

yes, I took a look on the issues and will put some work into fixing
them. From my POV #260 will be the first and most important thing to
deal with.

#317 looks trivial to fix, but as mentioned in the bug report, side
effect may exist.

Before promising something I can't keep: yes, I will give my best to fix
the issues above and if things go well, it is not unlikely that either
I myself or one of our developers will invest some more time into
enhancements, but one step after the other.

ETA for the fixes should be in during the coming week- hopefully :-) So
chances exist that the fixes can make it into the 3.0 release.

Regards

Udo Rader

PS.: please reply onlist only.

On 04/02/2011 01:07 PM, Nick Milas wrote:
 Hi Udo,
 
 I am contacting you off-list, as we are the main ones who care for the
 pdns ldap backend.
 
 Have you had a chance to see the issues?
 
 What do you think?
 
1. Would it be possible to resolve the most important ones (bugs)
   before the 3.0 version? (Probably Issues 313 = 317 and 323 = 260.
   Issue 298 has not been confirmed: AXFRs to zones using LDAP
   backend generally work without problem. I haven't been able to
   reproduce the error.)
   And for 313=317 there is a suggested patch (which I couldn't
   compile-in):
   
 http://mailman.powerdns.com/pipermail/pdns-users/2010-September/007004.html
2. Would it be possible to put some time now or in the next months to
   enhance features? (Probably mainly 318 (on which a discussion was
   made here:
   
 http://www.mail-archive.com/pdns-users@mailman.powerdns.com/msg03357.html
   and I am confident that a solution can be found.)
 
 Please, will you be able to give us your opinion? Otherwise, we might
 need to start asap some initiative (as Angel suggested) to attract
 interest to the LDAP backend.
 
 If you have made some progress, it might be useful to inform the
 powerdns mailing list, so that they know to wait for these fixes, and
 include them in the daily builds and in the final 3.0 version.
 
 All the best,
 Nick
 
 
 On 28/3/2011 3:06 μμ, Angel Bosch Mora wrote:
 Help me, Udo Rader. You're my only hope


 Well, I promise, I won't vanish into the fog of war :-)

 In order to meet with some special requirements, I have already done
 some changes to the LDAP backend in the past, so the LDAP backend is
 not completely new to me. But as I said, I must first have a look at
 the open issues (which should be doable by the end of this week, given
 my timetable).

 Regards

 Udo Rader

 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users



-- 
Udo Rader, CTO
http://www.bestsolution.at
http://riaschissl.blogspot.com
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Status of the LDAP backend in 3.0 release

2011-04-03 Thread bert hubert
On Sun, Apr 03, 2011 at 11:44:56PM +0200, Udo Rader wrote:
 Before promising something I can't keep: yes, I will give my best to fix
 the issues above and if things go well, it is not unlikely that either
 I myself or one of our developers will invest some more time into
 enhancements, but one step after the other.

Ok - I'll also be available to answer questions on side effects etc.

 ETA for the fixes should be in during the coming week- hopefully :-) So
 chances exist that the fixes can make it into the 3.0 release.

RC1 is planned for tomorrow, I expect a further three releases, probably
weekly, to iron out issues.

Bert
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] release date for pdns 3?

2011-04-03 Thread bert hubert
On Sun, Apr 03, 2011 at 09:57:47PM +0400, Vasiliy G Tolstov wrote:
 Hello. Where i can find release date for powerdns 3 ? roadmap in wiki
 says nothing...

The open source plan is always to release when ready ;-)

Tomorrow (Monday) will see RC1, I expect three subsequent releases (RC2, RC3
and RC4) before final. I'm aiming for weekly RC's. So tentatively, around a
month from now.

But a lot depends on what we'll find - so far there is still a trickle of
bugs that comes with the increasing amount of users.

The more testing things get, the faster it will go!

Bert

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users