Browse Source

[2133] Document the old way

Which is still used in some places.
Michal 'vorner' Vaner 13 years ago
parent
commit
336e7f1a28
1 changed files with 16 additions and 0 deletions
  1. 16 0
      doc/guide/bind10-guide.xml

+ 16 - 0
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>