BIND 10 trac2133, updated. 336e7f1a28d2abe8568cb7001c5c38da42bc3f7b [2133] Document the old way
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 2 10:46:57 UTC 2012
The branch, trac2133 has been updated
via 336e7f1a28d2abe8568cb7001c5c38da42bc3f7b (commit)
from f3b0c13a93d6cf49c42d25f1383ad81317169a0d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 336e7f1a28d2abe8568cb7001c5c38da42bc3f7b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Aug 2 12:41:40 2012 +0200
[2133] Document the old way
Which is still used in some places.
-----------------------------------------------------------------------
Summary of changes:
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 e36eb51..f158b65 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.
</para>
</section>
+
+ <note>
+ <para>
+ There's also <varname>Auth/database_file</varname> configuration
+ variable, pointing to a sqlite3 database file. This is no longer
+ used by <command>b10-auth</command>, but it is left in place for
+ now, since other modules use it. Once <command>b10-xfrin</command>,
+ <command>b10-xfrout</command> and <command>b10-ddns</command>
+ 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.
+ </para>
+ </note>
+
</section>
<section>
More information about the bind10-changes
mailing list