From: Alan T. DeKok Date: Sun, 21 Feb 2021 13:17:29 +0000 (-0500) Subject: regenerate from the source X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89085e4c35dcf430d4cf85475b8b877b650d6642;p=thirdparty%2Ffreeradius-server.git regenerate from the source --- diff --git a/doc/antora/modules/raddb/pages/mods-available/redis.adoc b/doc/antora/modules/raddb/pages/mods-available/redis.adoc index 5fafa76ac83..641760e43fd 100644 --- a/doc/antora/modules/raddb/pages/mods-available/redis.adoc +++ b/doc/antora/modules/raddb/pages/mods-available/redis.adoc @@ -35,7 +35,14 @@ section determines limits for each node in the cluster, not the cluster as a whole. -The default port. + +database:: Select the Redis logical database having the specified zero-based numeric index. + + + +port:: Port to connect to +The default port is 6379. + password:: The password used to authenticate to the server. @@ -142,6 +149,7 @@ or increase lifetime/idle_timeout. ``` redis { server = 127.0.0.1 +# database = 0 port = 6379 # password = thisisreallysecretandhardtoguess pool { diff --git a/doc/antora/modules/raddb/pages/mods-available/rediswho.adoc b/doc/antora/modules/raddb/pages/mods-available/rediswho.adoc index 9e3b5b0320f..65d4db8d98c 100644 --- a/doc/antora/modules/raddb/pages/mods-available/rediswho.adoc +++ b/doc/antora/modules/raddb/pages/mods-available/rediswho.adoc @@ -29,6 +29,20 @@ a whole. +database:: Select the Redis logical database having the specified zero-based numeric index. + + + +port:: Port to connect to +The default port is 6379. + + +password:: The password used to authenticate to the server. + +We recommend using a strong password. + + + trim_count:: How many sessions to keep track of per user. If there are more than this number, older sessions are deleted. @@ -84,6 +98,9 @@ of the appropriate name, along with insert / trim / expire queries. ``` rediswho { server = 127.0.0.1 +# database = 0 + port = 6379 +# password = thisisreallysecretandhardtoguess trim_count = 15 expire_time = 86400 Start { diff --git a/doc/antora/modules/raddb/pages/radiusd.conf.adoc b/doc/antora/modules/raddb/pages/radiusd.conf.adoc index 93da7680bbc..054b2b5f323 100644 --- a/doc/antora/modules/raddb/pages/radiusd.conf.adoc +++ b/doc/antora/modules/raddb/pages/radiusd.conf.adoc @@ -167,9 +167,10 @@ Useful range of values: `5` to `120` -max_requests:: The maximum number of requests which the server keeps -track of. This should be `256` multiplied by the number of clients. -e.g. With `4` clients, this number should be `1024`. +max_requests:: The maximum number of requests which the server +keeps track of. This should be at least `256` multiplied by the +number of clients. e.g. With `4` clients, this number should be +`1024`. If this number is too low, then when the server becomes busy, it will not respond to any new requests, until the 'cleanup_delay' @@ -182,6 +183,9 @@ If you aren't sure what it should be set to, it's better to set it too high than too low. Setting it to `1000` per client is probably the highest it should be. +Unlike v3, this setting is per worker thread, and is not global to +the server. + Useful range of values: `256` to `infinity` @@ -719,7 +723,7 @@ modules { $INCLUDE mods-enabled/ } instantiate { -# daily +# dailycounter # redundant redundant_sql { # } } diff --git a/doc/antora/modules/raddb/pages/radrelay.conf.adoc b/doc/antora/modules/raddb/pages/radrelay.conf.adoc index f609d14cc10..7fcc221f0fe 100644 --- a/doc/antora/modules/raddb/pages/radrelay.conf.adoc +++ b/doc/antora/modules/raddb/pages/radrelay.conf.adoc @@ -247,7 +247,7 @@ as prefix/suffix stripping, or comparisons. == Default Configuration ``` -prefix = /tmp/freeradius/install +prefix = /Users/alandekok/git/wrapper//install exec_prefix = ${prefix} sysconfdir = ${prefix}/etc localstatedir = ${prefix}/var diff --git a/doc/antora/modules/raddb/pages/sites-available/default.adoc b/doc/antora/modules/raddb/pages/sites-available/default.adoc index 809da15197b..6581b81a76f 100644 --- a/doc/antora/modules/raddb/pages/sites-available/default.adoc +++ b/doc/antora/modules/raddb/pages/sites-available/default.adoc @@ -1498,8 +1498,8 @@ send Access-Accept { # &WiMAX-MN-NAI = "%{User-Name}" # } # update reply { -# &WiMAX-FA-RK-Key = 0x00 -# &WiMAX-MSK = "%{reply.EAP-MSK}" +# &Vendor-Specific.WiMAX.FA-RK-Key = 0x00 +# &Vendor-Specific.WiMAX.MSK = "%{reply.EAP-MSK}" # } # wimax # update reply { diff --git a/doc/outline.adoc b/doc/outline.adoc index 2db34c9eaf5..70ce4aa6be0 100644 --- a/doc/outline.adoc +++ b/doc/outline.adoc @@ -2,8 +2,8 @@ This file gives an outline for the overall Antora documentation. We are in the process of making the docs match this outline. * Introduction - * Documentation overview * What is FreeRADIUS + * Documentation overview * Getting Help * mailing lists * support @@ -23,6 +23,7 @@ are in the process of making the docs match this outline. * upgrades * Common Issues and Fixes + * how to debug / methodological approach * debugging * radiusd-X - how to read it * common error messages and what to do about them