Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
42 views

mysql query of a date, between two date fields

I'm using MySql 5.5. I need to find a userid on a date with a particular ip address. The fields are userid, ipaddress, startdate, enddate. So for instance I am looking for a userid with ip address ...
1
vote
0answers
52 views

Free Radius Server Error: Failed to link to module 'rlm_perl': rlm_perl.so

I install freeradius-server-2.1.10 on my linux mint 11 ./configure make make install then i try to run it in debug mode radiusd -X but this error appears FreeRADIUS Version 2.1.10, for host ...
1
vote
1answer
37 views

mysql query datetime fields accuracy

Im using MySql 5.5, I am using the following query on a radius accounting table. query1 - SELECT * FROM database.table WHERE framedipaddress='192.168.1.1' and '2011-09-09' BETWEEN acctstarttime AND ...
0
votes
0answers
15 views

FreeRADIUS client configuration files location

I have installed the FreeRADIUS package on Ubuntu server 11.10 The issue is I am trying to setup the FreeRADIUS client but the configuration directories for that mentioned in all the documentation are ...
0
votes
1answer
14 views

Knowing from which udp socket the Radius request came. Using FreeRadius

I know the question isn't very well. Sorry my english. I want to setup a (one instance of) FreeRadius server to listen to several ports (with a bunch of 'listen' sections) and then pass the that udp ...
0
votes
0answers
36 views

daloRADIUS: Database connection error

i have configured my daloRADIUS server and tried to Login to web interface using default username and password (username: administrator password: radius). but i got below error. Database connection ...
0
votes
1answer
64 views

Can I send logout request to radius server with radius client?

There is one pptp server and I use radius server for authentication. Sometimes the vpn client is off line with unknow reason , so the radius can not clear the session for client. I want to run one ...
0
votes
0answers
80 views

c# mysql freeradius integration

i need tips and ideas on how to do this basically, i have a freeradius server running with mysql, I have a list of users/passwords to authenticate against to. Now, i want to make desktop applications ...
0
votes
0answers
29 views

Exclude IP Address from FreeRadius?

I tried searching elsewhere, but couldnt find anything relevant. So I thought I might give it a shot here. Is there anyway I can exclude a certain IP Address from accounting? I have a file server ...
0
votes
1answer
167 views

Query works in Workbench but returns error in ColdFusion

I've created a stored procedure for accessing accounting data from FreeRADIUS, which has been tested in MySQL Workbench and runs fine, but when running as a cfquery/cfstoredproc I get the error ...
0
votes
1answer
91 views

FreeRadius dictionary loading

I'm trying to load a dictionary that comes in with Debian Squeeze. Unfortunately radius-client library fails on some included file with: rc_read_dictionary: unknown Vendor-Id encrypt=1 on line 7 of ...