From dd33464ea0475a61f95062d4d4dee8d790414b99 Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Wed, 29 Apr 2009 11:54:55 +0000
Subject: [PATCH] * Fixed incorrect configuration, we need to load the config
 module for system, not the userdb module

---
 smradiusd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smradiusd.conf b/smradiusd.conf
index 384f4ab6..543ab857 100644
--- a/smradiusd.conf
+++ b/smradiusd.conf
@@ -109,7 +109,7 @@ EOT
 
 [system]
 plugins=<<EOT
-mod_userdb_sql
+mod_config_sql
 EOT
 
 
-- 
GitLab