From fcb5604378b33f50b1d4e0e75bdcfe522f04b861 Mon Sep 17 00:00:00 2001
From: Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk>
Date: Tue, 4 Aug 2015 16:41:25 +0100
Subject: [PATCH] Update documentation to reflect deprecated parameter

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e3c4b4a..2b6bf84 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ have many parameters as most values are hard-coded. I am working on parameterisi
 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`
+Use of the control_socket parameter in the freeradius class is deprecated. Use the `freeradius::control_socket` class instead.
 
 ##### `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`
-- 
GitLab