]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct bonus tasks
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Oct 2019 11:41:09 +0000 (07:41 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Oct 2019 11:41:09 +0000 (07:41 -0400)
doc/antora/modules/tutorials/pages/final_group_project.adoc

index ef6cfa7fcbe3411267982e6a3e4a41e57751d9e8..b80f5db39876d1107e8bc56d9fdf5471716cf733 100644 (file)
@@ -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