I am trying to run powerdns on amazon server with openldap integration.<div>I have installed following two packages</div><div><div>sudo yum list | grep pdns</div><div>pdns.x86_64                           3.1-2.el6                    @epel        </div>
<div>pdns-backend-ldap.x86_64              3.1-2.el6                    @epel  </div></div><div><br></div><div>openldap is running efficiently.</div><div><br></div><div>However when I am trying to run powerdns with ldap by putting following parameters in /etc/pdns/pdns.conf</div>
<div><div>#allow-recursion-override=on</div><div>#irecursor=127.0.0.1</div><div>#lazy-recursion=yes</div><div>launch=ldap</div><div>ldap-host = ldap://<a href="http://127.0.0.1:389/">127.0.0.1:389/</a></div><div>ldap-basedn = ""</div>
<div>ldap-binddn=""</div><div>ldap-starttls=no</div><div>ldap-secret=groupmd123</div><div>ldap-method=simple</div><div>#ldap-filter-axfr="(:target:)"</div><div>#ldap-filter-lookup="(:target:)" </div>
</div><div><br></div><div>after a while I see following message in /var/log/messages file</div><div><br></div><div><div>Mar 17 22:39:32 ip-10-190-102-20 pdns[19195]: Respawning</div><div>Mar 17 22:39:33 ip-10-190-102-20 pdns[19849]: Guardian is launching an instance</div>
<div>Mar 17 22:39:33 ip-10-190-102-20 pdns[19849]: Reading random entropy from '/dev/urandom'</div><div>Mar 17 22:39:33 ip-10-190-102-20 pdns[19849]: This is a guarded instance of pdns</div><div>Mar 17 22:39:33 ip-10-190-102-20 pdns[19849]: Fatal error: Trying to set unexisting parameter 'ldap-host '</div>
</div><div><br></div><div>So how to set LDAP parameter. I have not configured powerdns manually but I used yum to install pens-backend-ldap and by default it installed powerdns.</div><div><br></div><div>Please suggest me how to make pdns working with openldap.</div>
<div><br></div><div>And is it possible to configure powerdns-webinterface with openldap as backend.</div><div><a href="http://code.google.com/p/powerdns-webinterface/downloads/list">http://code.google.com/p/powerdns-webinterface/downloads/list</a></div>
<div><br></div><div>-Jignesh</div><div><br></div><div><br></div>