-
Just a though check that there is an include path for the pear libraries in your php.ini .
eg : include_path = ".:/usr/local/lib/php:/usr/local/PHP"
may be different on your distro .
2009-10-10 11:48:14 UTC in daloRADIUS
-
Hi
enable displaying of errors in you php config
mmmm try
error_reporting = E_ALL
display_errors = On
once you have some errors then you can debug further..
don't forget to restart your web server.
2009-08-27 18:33:00 UTC in daloRADIUS
-
Hi I would like to use the IP-Pool .. To manage ip allocation. how does it work and what configs are needed for free-radius to work ?.
2009-08-20 19:52:56 UTC in daloRADIUS
-
Hi Liran.
I used a conversion tool to convert that data then did some manual hacking to get it to install the database and that data.. I'm sure I need to do more conversion work and tweaking . Will gladly provide patches / updates , just need to explain how to generate the patches. thanks for the sql tips .
2009-07-26 20:07:57 UTC in daloRADIUS
-
ok .. got that fixed .. used the original source from the contrib ...
how do I fix this one ?
Database error
Error Message: DB Error: syntax error
Debug info: SELECT distinct(radcheck.username),radcheck.value, radcheck.id,usergroup.groupname as groupname, radcheck.attribute, userinfo.firstname, userinfo.lastname FROM radcheck LEFT JOIN userinfo ON radcheck.username=userinfo.username...
2009-07-22 20:19:45 UTC in daloRADIUS
-
Hi
The postgresql databases in the contrib/db dont seem to be complete.
So I'm trying to convert / import the mysql db ..
I have never worked with postgresql before so it's all new to me ..
Can someone help with this error
Database error
Error Message: DB Error: no such table
Debug info: SELECT distinct(radcheck.username),radcheck.value, radcheck.id,usergroup.groupname as groupname...
2009-07-22 19:54:13 UTC in daloRADIUS
-
Hi
I have created a plan with a 1GB data allocation in the profile. When the users uses 1GB they are cut off which is correct . But all they have to do is log in again. How can I set it so that the user's account has to be refilled before they can log in a gain.
On the plan page what are the units / format for the values in "Time Settings" and "Bandwidth Settings" and...
2009-06-23 13:48:43 UTC in daloRADIUS
-
Hi
Please could someone advise, I need to configure that the user gets cut off and can't log on once they have reached their time or bandwidth. I also need to be able to limit the up/download speed , all of which is supported by coovachilli, based on the documentation.
I have tried the upload and download limit , but the user can still logon ..
Is there a document / howto that covers this.
2009-06-19 07:51:15 UTC in daloRADIUS
-
I'm running coovachilli on the nas. Where should I start looking . I'm a newbe to radius. I did google this but didn't come up with anything..
Will try again..
Thanks
G.
2009-06-17 10:07:19 UTC in daloRADIUS
-
radclient seems to not be communicating as required :
radclient: no response from server for ID 125 socket 3
Sending Disconnect-Request of id 125 to 192.168.11.1 port 1812
User-Name = "greg"
Sending Disconnect-Request of id 125 to 192.168.11.1 port 1812
User-Name = "greg"
Sending Disconnect-Request of id 125 to 192.168.11.1 port 1812
User-Name = "greg".
2009-06-12 14:42:28 UTC in daloRADIUS