]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2018] Final (?) fixes
authorFrancis Dupont <fdupont@isc.org>
Thu, 19 Aug 2021 14:23:28 +0000 (16:23 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 19 Aug 2021 16:32:47 +0000 (18:32 +0200)
doc/sphinx/arm/ext-gss-tsig.rst

index 8984cd2ac7a8b0098bca42c41d350778c66e3ad7..0e8d20890ad5b1c728a48572c622a93aada0ab5a 100644 (file)
@@ -137,7 +137,7 @@ identifies the implementation: in any report about the GSS-TSIG report
 please add the result of the ``--all`` option of the krb5-config used
 to configure Kea.
 
-.. _gss-tsig-deploy:
+.. _gss-tsig-deployment:
 
 GSS-TSIG Deployment
 -------------------
@@ -306,14 +306,15 @@ defined or all servers have different values.
 The parameters have the following meaning:
 
 - ``client-keytab`` specifies the Kerberos **client** key table.
-  For instance, ``FILE:<filename>`` can be used to point to specific file.
+  For instance, ``FILE:<filename>`` can be used to point to specific file.
   This parameter can be specified only once, in the parameters scope,
   and is the equivalent of setting the ``KRB5_CLIENT_KTNAME`` environment
   variable.
 
 - ``credentials-cache`` specifies the Kerberos credentials cache.
-  For instance ``FILE:<filename>`` can be used to a file or if using a
-  directory which supports more than one principal ``DIR:<directory-path>``.
+  For instance ``FILE:<filename>`` can be used to point to a file or
+  if using a directory which supports more than one principal
+  ``DIR:<directory-path>``.
   This parameter can be specified only once, in the parameters scope,
   and is the equivalent of setting the ``KRB5CCNAME`` environment
   variable.