]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2247] Rephrased text
authorTomek Mrugalski <tomek@isc.org>
Fri, 24 Jun 2022 08:22:34 +0000 (10:22 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Jun 2022 08:22:34 +0000 (10:22 +0200)
doc/sphinx/arm/ext-gss-tsig.rst

index 28a9fd9ed46ce37439a695070cfc60e21ad00b88..f415b64a0de125696a7ff1e1b0da99727906c731 100644 (file)
@@ -806,13 +806,17 @@ The server map parameters are described below:
 
 .. note::
 
-    Even when the client keytab can be specified either in the configuration
-    or the environment variable, leaving the library acquiring and caching
-    client credentials, to use cached client credentials is far better.
-
-    For instance only the read access right is needed to use the cache,
-    to fetch credentials and update the cache requires the write access
-    right too.
+    Generally it is not recommended to specify both the client keytab (``client-keytab``)
+    and the credentials cache (``credentials-cache``), although this may
+    differ between Kerberos implementations. The client keytab is just for
+    the client key and is typically used to specify the key explicitly in more
+    static manner, while the credentials cache can be used to store multiple
+    credentials and can be dynamically updated by the Keberos library. As such,
+    the credentials-cache is more flexible and thus the recommended alternative.
+
+    Also note that only the read access right is needed to use the cache.
+    Fetching credentials and updating the cache requires the write access
+    right.
 
 
 GSS-TSIG Automatic Key Removal