Your message dated Sun, 3 Jan 2010 00:59:37 +0100
with message-id <[email protected]>
has caused the   report #526052,
regarding Dialupadmin have a wrong name sql_table in admin.conf
to be marked as having been forwarded to the upstream software
author(s) Alan DeKok <[email protected]>

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
526052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526052
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
On Tue, Apr 28, 2009 at 11:06:47PM +0200, Artur Frydel wrote:
> There is a problem in /etc/freeradius-dialupadmin/admin.conf
> In 251 line is;
> sql_usergroup_table: usergroup
> 
> But according to schema.sql (from freeradius.deb package) it should be
> table radusergroup

This appears to be true... This is the patch against current git:

diff --git a/dialup_admin/conf/admin.conf b/dialup_admin/conf/admin.conf
index 784de7b..f757a65 100644
--- a/dialup_admin/conf/admin.conf
+++ b/dialup_admin/conf/admin.conf
@@ -248,7 +248,7 @@ sql_reply_table: radreply
 sql_user_info_table: userinfo
 sql_groupcheck_table: radgroupcheck
 sql_groupreply_table: radgroupreply
-sql_usergroup_table: usergroup
+sql_usergroup_table: radusergroup
 sql_total_accounting_table: totacct
 sql_nas_table: nas
 #

-- 
     2. That which causes joy or happiness.


--- End Message ---

Reply via email to