aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/radius/radiusd.conf
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2017-11-18 19:34:34 +0100
committerEmil Renner Berthing <esmil@labitat.dk>2017-11-18 19:36:08 +0100
commit505f69ee1540581eef2465dc420525213d278473 (patch)
tree018b20a4586ec1cdf12fff5157f19970767e6436 /roles/space_server/files/radius/radiusd.conf
parent5517f9fcf84ad5043ae7e45da2b592c56a3e8e94 (diff)
downloadlabitat-ansible-505f69ee1540581eef2465dc420525213d278473.tar.gz
labitat-ansible-505f69ee1540581eef2465dc420525213d278473.tar.xz
labitat-ansible-505f69ee1540581eef2465dc420525213d278473.zip
space_server: radius: clean up configuration
Disable all the unused auth methods
Diffstat (limited to 'roles/space_server/files/radius/radiusd.conf')
-rw-r--r--roles/space_server/files/radius/radiusd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/files/radius/radiusd.conf b/roles/space_server/files/radius/radiusd.conf
index 78990e5..b345830 100644
--- a/roles/space_server/files/radius/radiusd.conf
+++ b/roles/space_server/files/radius/radiusd.conf
@@ -518,7 +518,7 @@ $INCLUDE clients.conf
thread pool {
# Number of servers to start initially --- should be a reasonable
# ballpark figure.
- start_servers = 5
+ start_servers = 4
# Limit on the total number of servers running.
#
@@ -556,7 +556,7 @@ thread pool {
# The default values are probably OK for most sites.
#
min_spare_servers = 3
- max_spare_servers = 10
+ max_spare_servers = 3
# When the server receives a packet, it places it onto an
# internal queue, where the worker threads (configured above)