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

From Freeside
Jump to: navigation, search
 
(Radiator)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Category:3rd_party_software}}
+
{{3rd_party_software}}
  
 
= FreeRadius =
 
= FreeRadius =
  
;Website
+
{{Website_box
:http://www.freeradius.org/
+
|website=http://www.freeradius.org/
 +
|faq=http://wiki.freeradius.org/index.php/FAQ
 +
|about=http://www.freeradius.org/about.html
 +
|wikipedia=FreeRADIUS
 +
}}
 +
;FAQ Simultaneous-Use doesn't work
 +
:http://wiki.freeradius.org/FAQ#Simultaneous-Use_doesn.27t_work
 +
:<code>insert into radgroupcheck values(NULL,"dialup","Simultaneous-Use","==","1");</code>
 +
: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)
 +
: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 =
 +
 
 +
Also supported.
 +
 
 +
= See Also =
 +
* [http://en.wikipedia.org/wiki/List_of_RADIUS_Servers List of RADIUS Servers on Wikipedia]
 +
* [[3rd_party_software/SQL]] Includes local FAQ for some common SQL error messages.

Latest revision as of 00:50, 9 April 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

Also supported.

See Also