From 336e7f1a28d2abe8568cb7001c5c38da42bc3f7b Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Thu, 2 Aug 2012 12:41:40 +0200 Subject: [PATCH] [2133] Document the old way Which is still used in some places. --- doc/guide/bind10-guide.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index e36eb51314..f158b6559e 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1616,6 +1616,22 @@ can use various data source backends. as above. + + + + There's also Auth/database_file configuration + variable, pointing to a sqlite3 database file. This is no longer + used by b10-auth, but it is left in place for + now, since other modules use it. Once b10-xfrin, + b10-xfrout and b10-ddns + are ported to the new configuration, this will disappear. But for + now, make sure that if you use any of these modules, the new + and old configuration correspond. The defaults are consistent, so + unless you tweaked either the new or the old configuration, you're + good. + + +