From 29307afdf2748ef549df9ddcf038b4a6073206f0 Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> Date: Wed, 29 Oct 2014 16:19:14 +0000 Subject: [PATCH] Update docs to include new params --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe1871..2748a13 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab