From cbf477ed3f3f47d63ac23e4cbec5a31bbf6ac203 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 19 Aug 2021 16:23:28 +0200 Subject: [PATCH] [#2018] Final (?) fixes --- doc/sphinx/arm/ext-gss-tsig.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.