]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2554] more iscman references in ARM
authorAndrei Pavel <andrei@isc.org>
Tue, 13 Jun 2023 16:56:46 +0000 (19:56 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 14 Jun 2023 17:26:11 +0000 (20:26 +0300)
doc/sphinx/arm/agent.rst
doc/sphinx/arm/ext-gss-tsig.rst
doc/sphinx/arm/hooks-radius.rst

index 5167d2173df8cd28d6d33650761a1db66acb33f3..31be5f73e2e28cc375adbf918a8b86aaa9464bfe 100644 (file)
@@ -189,12 +189,12 @@ password, these values can be read from files. The syntax is extended by:
 When files are used, they are read when the configuration is loaded,
 to detect configuration errors as soon as possible.
 
-Hook libraries can be loaded by the Control Agent in the same way as
-they are loaded by the DHCPv4 and DHCPv6 servers. The CA currently
+Hook libraries can be loaded by :iscman:`kea-ctrl-agent` in the same way as
+they are loaded by :iscman:`kea-dhcp4` and :iscman:`kea-dhcp6`. The CA currently
 supports one hook point - ``control_command_receive`` - which makes it
 possible to delegate the processing of some commands to the hook library.
 The ``hooks-libraries`` list contains the list of hook libraries that
-should be loaded by the CA, along with their configuration information
+should be loaded by :iscman:`kea-ctrl-agent`, along with their configuration information
 specified with ``parameters``.
 
 Please consult :ref:`logging` for the details on how to configure
index e754d8911b51b432fb8bbf80f5f70be7d29d76fc..404a15ee043515b6013456be67f43f543f80ad40 100644 (file)
@@ -117,8 +117,7 @@ detection, similar to this:
     available.
 
 7.  After compilation, :ischooklib:`libddns_gss_tsig.so` is available in the
-    ``premium/src/hooks/d2/gss_tsig`` directory. It can be loaded by
-    the Kea DHCP-DDNS (D2) daemon.
+    ``premium/src/hooks/d2/gss_tsig`` directory. It can be loaded by :iscman:`kea-dhcp-ddns`.
 
 :ischooklib:`libddns_gss_tsig.so` was developed using the MIT Kerberos 5 implementation, but
 Heimdal is also supported. Note that Heimdal is picky about
@@ -464,7 +463,7 @@ Using GSS-TSIG
 
 There are a number of steps required to enable the GSS-TSIG mechanism:
 
-1. :ischooklib:`libddns_gss_tsig.so` must be loaded by the D2 server.
+1. :ischooklib:`libddns_gss_tsig.so` must be loaded by :iscman:`kea-dhcp-ddns`.
 2. The GSS-TSIG-capable DNS servers must be specified with their parameters.
 
 An excerpt from a D2 server configuration is provided below; more examples are available in the
index 927aac4537b8911d59fb7bc49b835c0b297f6b56..9e8377c6abe1e0386d206a88d21e1b61702f735a 100644 (file)
@@ -309,8 +309,8 @@ option is recommended to speed up the build.
 RADIUS Hook Configuration
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The RADIUS hook is a library that must be loaded by either DHCPv4 or
-DHCPv6 Kea servers. Unlike some other available hook libraries, this one
+The RADIUS hook is a library that must be loaded by either :iscman:`kea-dhcp4` or
+:iscman:`kea-dhcp6` servers. Unlike some other available hook libraries, this one
 takes many parameters. For example, this configuration could be used:
 
 ::