From: Arran Cudbard-Bell Date: Thu, 24 Oct 2019 11:41:09 +0000 (-0400) Subject: Correct bonus tasks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f00d0e88b48d0ee62ba7a2d5af95c8e52561ba;p=thirdparty%2Ffreeradius-server.git Correct bonus tasks --- diff --git a/doc/antora/modules/tutorials/pages/final_group_project.adoc b/doc/antora/modules/tutorials/pages/final_group_project.adoc index ef6cfa7fcbe..b80f5db3987 100644 --- a/doc/antora/modules/tutorials/pages/final_group_project.adoc +++ b/doc/antora/modules/tutorials/pages/final_group_project.adoc @@ -82,12 +82,14 @@ All realms should be configured with "nostrip", so the full username is proxied. === Bonus tasks -- When proxied requests fail, create a linelog message containing the date, the +* When proxied requests fail, create a linelog message containing the date, the username and the destination realm. -- Log all outbound packets to the proxy. -- Log all inbound packets from the proxy. -- Reduce the status-server check interval to three seconds. -- Reduce the status-server "number of answers until alive" to two answers. +* Log all outbound packets to the proxy. +* Log all inbound packets from the proxy. +* For each home server +** Set the check interval to three seconds. +** Set the check timeout to three seconds. +** Set the "number of answers until alive" to three answers. == Clients