summaryrefslogtreecommitdiffstats
path: root/platforms.rst
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2021-09-22 19:30:24 +0200
committerRazvan Becheriu <razvan@isc.org>2021-09-24 17:44:52 +0200
commite95b9943fde995c14cc2e9e9a80a852086a43779 (patch)
tree9d05fd61b3399b7bb3151e9c8f443b3e59880bc4 /platforms.rst
parent[#2050] Rephrased changelog (diff)
downloadkea-e95b9943fde995c14cc2e9e9a80a852086a43779.tar.xz
kea-e95b9943fde995c14cc2e9e9a80a852086a43779.zip
[#2096] updated documentation
Diffstat (limited to 'platforms.rst')
-rw-r--r--platforms.rst15
1 files changed, 10 insertions, 5 deletions
diff --git a/platforms.rst b/platforms.rst
index 7305cb12b1..d57b7541d1 100644
--- a/platforms.rst
+++ b/platforms.rst
@@ -118,8 +118,13 @@ Some optional features of Kea have additional dependencies.
is running. This is an optional dependency; Kea can be built
without RADIUS support.
-- Kea provides a NETCONF interface with the
- kea-netconf agent. This Kea module is built optionally and requires
- Sysrepo software when used. Building Kea with NETCONF support
- requires many dependencies to be installed, which are described in
- more detail in :ref:`netconf-install`.
+- Kea provides a NETCONF interface with the kea-netconf agent. This Kea module
+ requires Sysrepo software when used. Building Kea with NETCONF support
+ requires many dependencies to be installed, which are described in more
+ detail in :ref:`netconf-install`. This is an optional dependency; Kea can be
+ built without NETCONF support.
+
+- To sign and verify DNS updates, Kea DDNS server uses GSS-TSIG and requires
+ MIT Kerberos 5 or Heimdal libraries. The dependencies required to be
+ installed are described in more detail in :ref:`gss-tsig-install`. This is an
+ optional dependency; Kea can be built without GSS-TSIG support.