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.
```
redis {
server = 127.0.0.1
+# database = 0
port = 6379
# password = thisisreallysecretandhardtoguess
pool {
+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.
```
rediswho {
server = 127.0.0.1
+# database = 0
+ port = 6379
+# password = thisisreallysecretandhardtoguess
trim_count = 15
expire_time = 86400
Start {
-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'
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`
$INCLUDE mods-enabled/
}
instantiate {
-# daily
+# dailycounter
# redundant redundant_sql {
# }
}
== Default Configuration
```
-prefix = /tmp/freeradius/install
+prefix = /Users/alandekok/git/wrapper//install
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = ${prefix}/var
# &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 {
are in the process of making the docs match this outline.
* Introduction
- * Documentation overview
* What is FreeRADIUS
+ * Documentation overview
* Getting Help
* mailing lists
* support
* 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