From 41e9c6008fdd658878c8738a4d5cc47773feb872 Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Fri, 20 Mar 2009 06:17:47 +0000
Subject: [PATCH] Added capping feature to config

---
 smradiusd.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/smradiusd.conf b/smradiusd.conf
index 6d4f4ab4..79a71e33 100644
--- a/smradiusd.conf
+++ b/smradiusd.conf
@@ -108,6 +108,12 @@ mod_userdb_sql
 EOT
 
 
+[features]
+plugins=<<EOT
+mod_feature_capping
+EOT
+
+
 
 [accounting]
 plugins=<<EOT
-- 
GitLab