]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5538] The hosts-databases entries are not needed.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 26 Apr 2018 21:58:06 +0000 (22:58 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 26 Apr 2018 21:58:06 +0000 (22:58 +0100)
doc/guide/hooks-radius.xml

index 69bd57e7b8e9df144d20d0183fba37ebfb5c4ee8..595d95db783bd9efe04d071e8c46f6810fa85578 100644 (file)
@@ -510,35 +510,6 @@ server. In other words, the host-cache mechanism is mandatory, unless you
 don't want the RADIUS communication for messages other than
 Discover and the first Request from each client.</para>
 
-<para>Furthermore, the Kea allocation engine must be informed that RADIUS is
-to be used as a source of information about hosts. To do so, radius must be
-configured as a hosts-database. This example configuration snippet shows how to
-do it:
-<screen>
-"Dhcp4": {
-    // Other DHCPv4 parameters here
-    ...
-
-    // One new feature of Kea 1.4 is the ability to use multiple backends.
-    // Earlier versions allowed only hosts-database (single), which is still
-    // supported. However, a new format for hosts-databases is now also
-    // supported.
-    "hosts-databases": [
-        // This tells the Kea engine that the first host backend to
-        // look at for hosts is the host cache.
-        {
-            "type": "host-cache"
-        },
-
-        // If host is not found in the first backend, the second backend
-        // should be used instead.
-        {
-            "type": "radius"
-        }
-    ]
-}</screen>
-
-</para>
 </section>
 
 </section>