From: Francis Dupont Date: Thu, 7 Oct 2021 13:03:46 +0000 (+0200) Subject: [#2056] Addressed comments X-Git-Tag: Kea-2.1.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fb9e1734ec3d1d3c22e792cd5555dd59f70097;p=thirdparty%2Fkea.git [#2056] Addressed comments --- diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index ab2254e6fa..e4bc7e2c35 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -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