]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2056] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Thu, 7 Oct 2021 13:03:46 +0000 (15:03 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 7 Oct 2021 13:05:15 +0000 (15:05 +0200)
doc/devel/unit-tests.dox

index ab2254e6fa137a7a210bd5252fd98f0d84b6237f..e4bc7e2c35c74cef9df72a9cd5c8071aed5fc386 100644 (file)
@@ -356,13 +356,14 @@ local   all             postgres                                trust
 
 @section unitTestsKerberos Kerberos Configuration for Unit Tests
 
-The GSS-TSIG hook library uses the GSS-API with Kerberos. If there are
-no doubt about the Kerberos configuration for using the hook in production,
-for unit tests some problems were reported on some systems.
+The GSS-TSIG hook library uses the GSS-API with Kerberos. While there are
+no doubts that the hook can be safely used with a valid Kerberos configuration 
+in production, unit tests reported problems on some systems.
 
 GSS-TSIG hook unit tests use a setup inherited from bind9 with old crypto
 settings which are not allowed by default Kerberos system configuration.
-A simple workaround is to set the KRB5_CONFIG environment variable.
+A simple workaround is to set the KRB5_CONFIG environment variable to 
+a random value that doesn't match a file (e.g. KRB5_CONFIG=).
 
 @section writingShellScriptsAndTests Writing shell scripts and tests