Difference between revisions of "3rd party software/RADIUS Servers"
From Freeside
(→Radiator) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
= FreeRadius = | = FreeRadius = | ||
− | + | {{Website_box | |
− | + | |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 | ;FAQ Simultaneous-Use doesn't work | ||
: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"," | + | :<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) | ;Wiki (main page) | ||
:http://wiki.freeradius.org/Main_Page | :http://wiki.freeradius.org/Main_Page | ||
Line 16: | Line 19: | ||
;Support | ;Support | ||
:http://www.freeradius.org/business/ | :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 23:50, 8 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
insql.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
- List of RADIUS Servers on Wikipedia
- 3rd_party_software/SQL Includes local FAQ for some common SQL error messages.