From 45452978009fcd7dbe4973f526ef985613a0be37 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Mon, 13 Jun 2022 16:36:35 +0000 Subject: [PATCH] [#2403] Final changes to section header formatting --- doc/sphinx/arm/hooks-user-chk.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/arm/hooks-user-chk.rst b/doc/sphinx/arm/hooks-user-chk.rst index 544b8a3ed4..a7d2ba2243 100644 --- a/doc/sphinx/arm/hooks-user-chk.rst +++ b/doc/sphinx/arm/hooks-user-chk.rst @@ -1,9 +1,9 @@ .. _hooks-user-chk: -User Check: Checking User Access -================================ +``user_chk``: User Check +======================== -The ``user_chk`` library serves several purposes: +This library serves several purposes: - To assign "new" or "unregistered" users to a restricted subnet, while "known" or "registered" users are assigned to unrestricted subnets. @@ -17,6 +17,8 @@ The ``user_chk`` library serves several purposes: - To serve as a demonstration of various capabilities possible using the hooks interface. +This library is part of the Kea open source and is available to all users. + Once loaded, the library allows the separation of incoming requests into known and unknown clients. For known clients, packets are processed as usual, although it is possible to override the sending of certain options -- 2.47.3