From: Francis Dupont Date: Tue, 15 Mar 2022 13:53:30 +0000 (+0100) Subject: [#2304] Made RADIUS incompatible with early global HRs X-Git-Tag: Kea-2.1.4~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a11f7d48e9cb1f971c876bb57dfbb9584d4c6a47;p=thirdparty%2Fkea.git [#2304] Made RADIUS incompatible with early global HRs --- diff --git a/doc/sphinx/arm/hooks-radius.rst b/doc/sphinx/arm/hooks-radius.rst index 49d8e3e9bf..6883a0f3ce 100644 --- a/doc/sphinx/arm/hooks-radius.rst +++ b/doc/sphinx/arm/hooks-radius.rst @@ -599,3 +599,10 @@ RADIUS to be stored and later used for sending accounting and access queries to the RADIUS server. In other words, the host-cache mechanism is mandatory, unless administrators do not want RADIUS communication for messages other than Discover and the first Request from each client. + +.. note:: + + Currently the RADIUS hook library is incompatible with the + ``early-global-reservations-lookup`` global parameter i.e. + setting the parameter to ``true`` raises an error when the + hook library is loaded.