From: Marcin Siodelski Date: Tue, 7 May 2019 11:20:06 +0000 (+0200) Subject: [#71,!314] Added section 5.2. Configuration Backend in the User's Guide. X-Git-Tag: Kea-1.6.0-beta~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36433b37ce49eae902df5d74a2dc681b8c096c82;p=thirdparty%2Fkea.git [#71,!314] Added section 5.2. Configuration Backend in the User's Guide. --- diff --git a/doc/guide/config.xml b/doc/guide/config.xml index f391154c6d..284368046b 100644 --- a/doc/guide/config.xml +++ b/doc/guide/config.xml @@ -151,4 +151,22 @@ +
+ Configuration Backend + 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 + ) 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. + + 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. + + +
+