~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to debian/pdns-server.README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Debian PowerDNS Maintainers
  • Date: 2005-07-29 20:24:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050729202433-cfrk71byx0mmmbk6
Tags: 2.9.18-1
* New upstream release (Closes: #318798)
* Drop patches: 64bit-compile-fix.dpatch, addfeatures-ldapbackend.dpatch,
  amd64-compilefix.dpatch, blankout-domain-fix.dpatch,
  consistent-sql.dpatch, dosfix-ldapbackend.dpatch, fix-exit-status.dpatch,
  gpgsql-compilefix.dpatch, gsqlite-compilefix.dpatch, gsqlite-slave.dpatch,
  recursor-slowdown.patch.dpatch, typoinitscript.dpatch, zone2ldap.dpatch
  They are applied upstream.
* The ldapbackend did not properly escape all queries, allowing it to fail
  and not answer questions. (CAN-2005-2301)
* Questions from clients denied recursion could blank out answers to clients
  who are allowed recursion services, temporarily. (CAN-2005-2302)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Notes about Debian's PowerDNS package
 
2
-------------------------------------
 
3
 
 
4
 + Introduction
 
5
 
 
6
PowerDNS is a powerful DNS server, it has the ability to communicate
 
7
with several backends, including MySQL, PostgreSQL, LDAP etc.
 
8
 
 
9
 + Configure
 
10
 
 
11
The configuration for PowerDNS is separated in different files. In
 
12
/etc/powerdns/pdns.conf are the default settings and in
 
13
/etc/powerdns/pdns.d/pdns.local are the user changes. The configuration for
 
14
specific backends can go into /etc/powerdns/pdns.d/pdns.local
 
15
 
 
16
 + Chroot
 
17
 
 
18
PowerDNS can run in a chrooted environment but this has some disadvantages.
 
19
It is not easy to connect via a socket to another service like MySQL. And when
 
20
using the sqlite backend you need to move the database in your chroot. If you
 
21
don't have this restrictions you can easily enable the chroot option.
 
22