]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#71,!314] Added section 5.2. Configuration Backend in the User's Guide.
authorMarcin Siodelski <marcin@isc.org>
Tue, 7 May 2019 11:20:06 +0000 (13:20 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 27 May 2019 13:21:47 +0000 (15:21 +0200)
doc/guide/config.xml

index f391154c6d515ad8c958b1a0c37c8bbab54548d5..284368046be0d269deb0a57f921fad1f9b3a23f3 100644 (file)
 
   </section>
 
+  <section xml:id="cb">
+    <title>Configuration Backend</title>
+    <para>As of Kea 1.6.0 release, the parts of the DHCP servers'
+    configurations can be sourced from a database. The server using
+    the database as a configuration repository combines the configuration
+    specified for this server in the file (as described in the
+    <xref linkend="json"/>) with the configuration fetched from the
+    database. In this case the server configuration file must also contain
+    appropriate credentials and the location of the database holding this
+    supplementary configuration.</para>
+
+    <para>This feature is called Configuration Backend (sometimes
+    also Config Backend or CB for breivity) and is described in detail
+    in the further sections of this document.
+    </para>
+
+  </section>
+
 </chapter>