2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#2018] Final (?) fixes

This commit is contained in:
Francis Dupont
2021-08-19 16:23:28 +02:00
parent c7177ad4b2
commit cbf477ed3f

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