Difference between revisions of "3rd party software/RADIUS Servers"

From Freeside
Jump to: navigation, search
(FreeRadius)
(FreeRadius)
Line 12: Line 12:
 
:http://wiki.freeradius.org/FAQ#Simultaneous-Use_doesn.27t_work  
 
:http://wiki.freeradius.org/FAQ#Simultaneous-Use_doesn.27t_work  
 
:<code>insert into radgroupcheck values(NULL,"dialup","Simultaneous-Use","==","1");</code>
 
:<code>insert into radgroupcheck values(NULL,"dialup","Simultaneous-Use","==","1");</code>
:<code>sql.conf</code> should have <code>simul_count_query</code> enabled to check for Simultaneous-Use. <!-- this is RT#3107 -->
+
:Uncomment <code>simul_count_query</code> in <code>sql.conf, postgresql.conf, or oraclesql.conf</code> (based on the database system you're accessing) to enable Simultaneous-Use. <!-- this is RT#3107 -->
 
;Wiki (main page)
 
;Wiki (main page)
 
:http://wiki.freeradius.org/Main_Page
 
:http://wiki.freeradius.org/Main_Page

Revision as of 08:32, 13 February 2008


FreeRadius

Website
http://www.freeradius.org/
About
http://www.freeradius.org/about.html
FAQ
http://wiki.freeradius.org/index.php/FAQ
Wikipedia
http://en.wikipedia.org/wiki/FreeRADIUS
FAQ Simultaneous-Use doesn't work
http://wiki.freeradius.org/FAQ#Simultaneous-Use_doesn.27t_work
insert into radgroupcheck values(NULL,"dialup","Simultaneous-Use","==","1");
Uncomment simul_count_query in sql.conf, postgresql.conf, or oraclesql.conf (based on the database system you're accessing) to enable Simultaneous-Use.
Wiki (main page)
http://wiki.freeradius.org/Main_Page
Mailing Lists - users, devel, announce
http://www.freeradius.org/list/index.html
Support
http://www.freeradius.org/business/
Press
http://www.freeradius.org/press/

Radiator

See Also

List of RADIUS Servers on Wikipedia