Re: [Pdns-users] Force Forwarding

2015-01-16 Thread Posner, Sebastian
NewWorld wrote:

 It make sense but maybe it was not clear enough, I'm asking if it is
 possible to forward the request for zone1.com to AD, even if powerdns 
 still have that zone1.com.

If your recursor is behind your authoritative, no way I'd say.
(that is, if your recursor is in the recursor-setting of your 
authoritative and your clients directly ask the authoritative)

To achieve that behaviour, you'd have to let your clients ask the 
recursor directly, and make sure either all domains on authoritative 
are officially recurseable (means have a consistent chain of 
delegation from root), or you need to have forward-zone settings in 
your recursor for all domains your authrrotitative is serving.

regards,
Sebastian



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


[Pdns-users] DNSSEC with LDAP backend

2015-01-16 Thread Michael Ströder
HI!

Would it be possible to setup a authorative PowerDNS server with DNSSEC
support using the LDAP backend?

Do I have to extend some DNSSEC-related RRs in the list ldap_attrany in file
modules/ldapbackend/ldapbackend.hh ? As it seems to me the attribute name is
derived from qtype name string and not from content of ldap_attrany if qtype
is set.

Ciao, Michael.




smime.p7s
Description: S/MIME Cryptographic Signature
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] metronome

2015-01-16 Thread Keresztes Péter-Zoltán
Hello, 
I am trying to install metronome on a debian wheezy, fist I got the errors 
described in the first messge then I have installed libboost-dev when I run the 
make I get the following output:

/metronome# make
g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp  -pthread -MMD -MP 
-DYAHTTP_MAX_URL_LENGTH=16384 -std=gnu++0x-c -o metronome.o metronome.cc
g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp  -pthread -MMD -MP 
-DYAHTTP_MAX_URL_LENGTH=16384 -std=gnu++0x-c -o yahttp/yahttp/reqresp.o 
yahttp/yahttp/reqresp.cpp
yahttp/yahttp/reqresp.cpp: In member function ‘void 
YaHTTP::HTTPBase::write(std::ostream) const’:
yahttp/yahttp/reqresp.cpp:212:5: error: ‘SendbodyRenderer’ was not declared in 
this scope
yahttp/yahttp/reqresp.cpp:212:22: error: expected ‘;’ before ‘r’
yahttp/yahttp/reqresp.cpp:213:17: error: ‘chunked’ was not declared in this 
scope
yahttp/yahttp/reqresp.cpp:213:24: error: ‘r’ was not declared in this scope
yahttp/yahttp/reqresp.cpp:215:3: error: expected ‘;’ before ‘}’ token
make: *** [yahttp/yahttp/reqresp.o] Error 1

is there anything to be done?

 On 18 Dec 2014, at 13:22, Ciro Iriarte cyru...@gmail.com wrote:
 
 2014-12-18 7:14 GMT-03:00 Christof Meerwald cme...@cmeerw.org:
 Hi,
 
 On Wed, 17 Dec 2014 03:54:24 -0300, Ciro Iriarte wrote:
 [...]
 You need eigen3-devel, gcc-c++, git and boost-devel. At least that's
 where I'm stuck:
 
 [root@admin metronome-master]# make
 fatal: Not a git repository (or any of the parent directories): .git
 g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp  -pthread -MMD -MP
 -std=gnu++0x-c -o metronome.o metronome.cc
 metronome.cc: In function ‘void dumpRequest(const YaHTTP::Request)’:
 metronome.cc:55: error: expected initializer before ‘:’ token
 [...]
 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_vector.h:733:
 
 Looks like you need a newer version of gcc - 4.4 is too old and
 doesn't support the C++ language features used in the source code.
 
 
 Christof
 
 --
 
 http://cmeerw.org  sip:cmeerw at cmeerw.org
 mailto:cmeerw at cmeerw.org   xmpp:cmeerw at cmeerw.org
 
 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users
 
 Yup, that's the case. I'm stuck with the old distribution. I'll try to
 build an static binary on a new one.
 
 Regards,
 
 -- 
 Ciro Iriarte
 http://iriarte.it
 --
 
 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users

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