Difference between revisions of "3rd party software/RADIUS Servers"
From Freeside
(→FreeRadius) |
(→Radiator) |
||
(3 intermediate revisions by one other user not shown) | |||
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> | + | :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 23: | Line 23: | ||
= Radiator = | = Radiator = | ||
+ | |||
+ | Also supported. | ||
= See Also = | = See Also = | ||
− | [http://en.wikipedia.org/wiki/List_of_RADIUS_Servers List of RADIUS Servers on Wikipedia] | + | * [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
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.