]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
regenerate from the source
authorAlan T. DeKok <aland@freeradius.org>
Sun, 21 Feb 2021 13:17:29 +0000 (08:17 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 22 Feb 2021 12:30:01 +0000 (07:30 -0500)
doc/antora/modules/raddb/pages/mods-available/redis.adoc
doc/antora/modules/raddb/pages/mods-available/rediswho.adoc
doc/antora/modules/raddb/pages/radiusd.conf.adoc
doc/antora/modules/raddb/pages/radrelay.conf.adoc
doc/antora/modules/raddb/pages/sites-available/default.adoc
doc/outline.adoc

index 5fafa76ac8319acb376344b499c30f28344558bf..641760e43fd1ae8527b4d1681a21258169f2be59 100644 (file)
@@ -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 {
index 9e3b5b0320fccdfc6d04c42ee03a6da522c7204a..65d4db8d98cdc671c0ca4ae1fbcf85e83973a380 100644 (file)
@@ -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 {
index 93da7680bbc0ee40d52ab2013dbbf3bd0b3aa883..054b2b5f3234a797b0789f7890c86f618357a015 100644 (file)
@@ -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 {
 #      }
 }
index f609d14cc1094b085a60bda9b33fdad9727f1e9a..7fcc221f0fe85178adf500e1d49a97160a459753 100644 (file)
@@ -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
index 809da15197b4db728be7a07a0390e4718068bb3e..6581b81a76f194307ee174bb72012a8b16866ecc 100644 (file)
@@ -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 {
index 2db34c9eaf506f4d983beec07b9910ffeb525cd8..70ce4aa6be09fcb004f09c69793e3040bbe6c1ed 100644 (file)
@@ -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