Commit 29307afd authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Update docs to include new params

parent 7f4a69b2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -40,7 +40,11 @@ This module provides several classes and defined types which take parameters.

The `freeradius` class installs the base server. In the early releases, this class does not
have many parameters as most values are hard-coded. I am working on parameterising more
of the settings to increase flexibility. Patches are welcome.
of the global settings to increase flexibility. Patches are welcome.

 * `control_socket` Enable the control-socket virtual server. See also the "radmin" program. Default: `false`
 * `max_requests` The maximum number of requests which the server keeps track of. This should be 256 multiplied by the number of clients. Default: `4096`
 * `max_servers` Limit on the total number of servers running. Default: `4096`

### Resources