From: Francis Dupont Date: Thu, 19 Aug 2021 14:23:28 +0000 (+0200) Subject: [#2018] Final (?) fixes X-Git-Tag: Kea-1.9.11~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf477ed3f3f47d63ac23e4cbec5a31bbf6ac203;p=thirdparty%2Fkea.git [#2018] Final (?) fixes --- diff --git a/doc/sphinx/arm/ext-gss-tsig.rst b/doc/sphinx/arm/ext-gss-tsig.rst index 8984cd2ac7..0e8d20890a 100644 --- a/doc/sphinx/arm/ext-gss-tsig.rst +++ b/doc/sphinx/arm/ext-gss-tsig.rst @@ -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:`` can be used to point to specific file. + For instance, ``FILE:`` can be used to point to a 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:`` can be used to a file or if using a - directory which supports more than one principal ``DIR:``. + For instance ``FILE:`` can be used to point to a file or + if using a directory which supports more than one principal + ``DIR:``. This parameter can be specified only once, in the parameters scope, and is the equivalent of setting the ``KRB5CCNAME`` environment variable.