RADIUS is Remote Authentication Dial In User Service, a protocol that allows for different management types. It is also a line segment from the center of a circle to its perimeter

learn more… | top users | synonyms

0
votes
1answer
19 views

Trying to work with AJAX & PHP

I haven't worked with AJAX much but what I've been attempting to do is have a form where a user enters data, click submit and instead of refreshing the page for the result, a modal window opens with ...
0
votes
0answers
17 views

Authentication against database, Active Directory and Radius in Symfony?

I'm using Symfony2 as framework but up until now I was using my own code for authentication and authorization. I decided to give Symfony's security system a try and after following the tutorial on its ...
0
votes
1answer
62 views

Mysql search with 2 times AND on the same field

I have a searchquery for searching factories in a radius of x km around the input (postal code). It is working fine, but the problem is I can't search for the input (postal code) so when i type in ...
0
votes
0answers
13 views

Authenticate Wifi using gmail and Pfsense

My teacher told me to deploy a wifi hotspot that authenticate wifi user using gmail address from Google. He also talked about Pfsense, radius. I don't know where to start, what technologies relate to ...
0
votes
0answers
19 views

Is there a simple/automated way to do this? [closed]

I have about 30 locations, and I'd like the map to be searchable by: Location ID, Location name, street/city/zip, lat/long, and radius from a certain zip and lat/long. Batchgeocode.com is great, you ...
0
votes
0answers
18 views

VPN for Intranet Acces to system?

I am currently having an idea of building a xmpp chat system using ejabberd on centos/ubuntu server. I will be blocking all port access to the server other than 22 for ssh and the specific port for ...
0
votes
3answers
65 views

C# Code to list locations within certain location

I have a list of locations and I want to be able to enter a location and for locations within X mile radius of my specified location to populate in a data grid. Does anyone have any experience on ...
0
votes
1answer
56 views

How to find point along arc in 3D given center, start & end points + radius + center angle?

If I have three points, let's say: start: (14.5, 10.1, 2.8) end: (-12.3, 6.4, 7.7) center: (0, 0, 0) And the following additional information that has been determined: Radius: 15 Center Angle: ...
0
votes
1answer
13 views

authenticate user stored in freeradius by other system

need your assistance, im trying to authenticate a user stored in my freeradius+mysql in pfsense (acts as captive portal for wifi users) AP+-----+PFsense+-----+Internet + | ...
0
votes
1answer
49 views

Corner Radius and item drawable in code

I have this xml; <?xml version="1.0" encoding="UTF-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item ...
-1
votes
3answers
87 views

Python 3 Write class to return surface area and volume of sphere

I have tried everything and my code seems to be very close but i keep getting a name error when i have defined the variable. from math import * class Spheres: def __init__(self, radius): ...
0
votes
0answers
50 views

CSS: How much is the value of webkit-border-radius and inner webkit-box-shadow of the icon like Ubuntu Unity tablet icon?

I tried to make the border-radius and the inner webkit-box-shadow and webkit-border-radius of the icon, using the transparence out, like the Ubuntu Unity tablet icon, but it wasn't well sucesseful. ...
0
votes
0answers
126 views

How to find the radius of an irregular circle using OpenCV C++

How can I estimate the radius of an irregular circle I have detected? I have used findContours() to find where the circles are and used moments() to find the centre of mass. I now just need the radius ...
2
votes
2answers
65 views

Javascript: compute the radius of circle given center point and another point

Suppose I have a circle with a center point at origin (0,0) and a 90deg point from it at (0,10)... from this 2 obvious points the radius of the circle would definitely be 10, right? I researched that ...
0
votes
0answers
92 views

Squid radius authentication “No response from RADIUS server”

I have successfully configure freeradius with mysql. i can radtest using command : sudo radtest alice password 192.168.2.3 1812 testing123 Sending Access-Request of id 187 to 192.168.2.3 port 1812 ...
0
votes
0answers
43 views

How to know history user access Freeradius, coovachilli

I just sucessfully installed covachilli, freeradius to build a hotspot with captive portal. Now i develop application and i want to know history access every user which have login on captive portal. I ...
0
votes
0answers
36 views

freeradius execute script on accounting

i am using freeradius2, i would like to extract data from one of the radius attribute which is sent on Accounting-Request. can you advise what parameters needs to be in the accounting section so that ...
0
votes
1answer
31 views

Radius Fragmentation

I would like to know whether there is any open free radius server which supports radius fragmentation i.e. radius server which accepts packets greater than 4k size limit from the client and will do ...
0
votes
2answers
72 views

How to accuratly find other Android users within a radius of 200ft ( How did Color do it?)

Im working on a app which requires that a device with this app installed will automatically find other users within a MAXIMUM radius of 200ft (worst case scenario 300ft , but thats pushing it) AND/OR ...
0
votes
2answers
476 views

radius search by latitude / longitude

I have found a bunch of answers for this question using mysql , but I wasn't able to convert anything into a query ms sql 2008 can use. I have a longitude and latitude column for each row in the ...
0
votes
0answers
50 views

Delegate Active Directory group autenticathion to a radius server

I managed my network users with an Active Directory running Windows 2008. I want to know if there is any way to delegate a specific group to authenticate trough a radius server. To be clear, the users ...
0
votes
1answer
108 views

PHP Radius or radtest simple radius authinication

I'm currently shelling out to the radtest command line tool for authenticating users against a radius server: $response = exec("radtest $user $pass $server $port $secret | grep Access-Accept") ...
0
votes
1answer
106 views

How do I increase the size of the default circle that surrounds the current location in Google Maps?

Google Maps has a default blue circle that surrounds the dot of the current location. I wish to alter this dynamically i.e. make it bigger or smaller. How can I do this? Is there a built in method to ...
0
votes
1answer
83 views

php shell_exec() freeradius command

i have this problem: i want execute a command freeradius from the instruction php exec(), but it doesn't work. the code is simple: <?php exec('radzap -x -N 192.168.0.1 localhost secret'); ...
1
vote
3answers
82 views

Border Radius not showing right

I set a border-radius in my stylesheet on all images in a certain div. Works fine, except that in some browsers the radius isnt round at all? I set it for IE,webkit and moz, still in IE10 for example ...
0
votes
1answer
44 views

Coovachilli can't read encrypted password on radius table

I've install and configure coovachili with freeradius. Everything working well, user can get captive portal before browse to internet. But i get problem, on radius table password field is ...
-1
votes
1answer
41 views

How to call/open a website in perl programming and then pass a retrieved attribute to this link? [closed]

I am new to perl programming , i shall be grateful if someone can help me out to solve this. Following is the scenario. I have a AAA server (radiator) , at accounting start i need to run a perl ...
0
votes
1answer
139 views

mysql freeradius

I just installed freeradius-server-2.2.0 from tarball. I want to connect freeradius using mysql server. But when i running radius on foreground with radiusd -X and I got error message like bellow : ...
0
votes
1answer
55 views

Dreaded Image Border Radius in Safari

I know this has been asked and answered a million times over, but each solution seems to be a little different and I can't seem to get any of the scores of posts I've read to work for me. I'm ...
0
votes
2answers
88 views

trouble configure jradius on Radius Server

I've installed and configure free radius on my ubuntu 12.04. Now i want to configure my freeradius with jradius server. I follow from coova documentation from here ...
0
votes
1answer
135 views

Animating radius growth/shrink of a circle on google maps in a given time

I´m trying to animate the growth/shrink of the radius of a circle on the Google Maps API. Right now what I have is a method in JS that takes the time given, the final radius and calculates a delta of ...
1
vote
3answers
47 views

3d Entity Array Drawing On Screen

I'm making a 3D game. In the game, I have a list of entities that have a position in space. What is the best way to draw only the entities that are on screen or within the radius of the camera? ...
-1
votes
1answer
81 views

Java Radius Server [closed]

I am searching for the Java Radius Server, can JRadius help me which is said to be bound with FreeRadius. I am not getting which roles(and how) FreeRadius and JRadius play together in AAA. Thanks in ...
0
votes
1answer
113 views

Google Maps, scale circle based on Zoom

I have a google map with circles being displayed, using a radius that scales down using the index of a data set (1, 2, 3, 4..): var radiusTest = 1 - (mapDataTrending[i].index) * .1; var ...
0
votes
1answer
186 views

How do I update new markers of selected place types ..?

I have created a custom google map, to show different types of places. When I click on a checkbox menu item in the list (see HTML). It places markers of that type within a radius of 20000 m (20 km) ...
1
vote
2answers
50 views

decrease a radius by 10% using Index - Jquery

I have 10 sets of data coming in, and I need to set a radius for the first one to be the largest and then decrease by 10%. my index comes in like: 1, 2, 3, 4, 5.... I am taking the index and ...
0
votes
1answer
273 views

Formula to find points on the circumference of a circle, given the center of the circle and the radius.

I am working on code to find the points on the circumference of a circle. I have the center point of the circle and the radius and I need to draw a circle around it. This will help me define the ...
1
vote
3answers
145 views

In Openlayers how do i get the radius of a circle in miles?

I draw a circle on a map in Openlayers and i want to calculate the radius of a circle in miles and display it. How do I do this?
0
votes
1answer
320 views

Finding radius and center of circle with given two points

Is it possible to find the radius and center of circle if I have two points on the circle? Actually I want to place circles in positions as in pic. I just have the rectangle which is going to ...
1
vote
1answer
101 views

Border radius not showing

http://thc-cup.ucoz.com/forum/2-1-1 After you can see, the left has a radius at content background and border, but the left one does not! I managed to get it like the one in the left after adding to ...
0
votes
0answers
28 views

Use other services than http in restricted WPA Enterprise network

Im in a library. I'm using wireless lan for Internet access. I connect through WPA2 using Tunneled TLS for authentication and PAP for inner authentication. The library description of the network ...
1
vote
2answers
106 views

Use inner join with mysql lat long query in php

I have this mysql query to do a search radius using Lat and Long as the center position: $query = sprintf("SELECT Title, DateTime, ( 6371393 * acos( cos( radians('%s') ) * cos( radians( Lat ) ) * ...
0
votes
1answer
73 views

Radius proxy append reply message

we have a radius proxy server which will receive request from different realm and forward to different radius server to process authentication and accounting stuff. Normally the reply message is sent ...
0
votes
0answers
117 views

Rewrite Free Radius Attribute based on another attribute

I have a freeradius 2.1.x setup, and need to remap an attribute as the two hardware systems we use are not consistent. Unit A: Sends VLAN using attribute NAS-Port Unit B Sends VLAN using ...
3
votes
2answers
606 views

How to make object rotate with drag, how to get a rotate point around the origin use sin or cos?

I've been searching long time, but can't find a better way solve my problem, make div draggable, rotate and resize by each handle like these 2 example 1 2,, now it can be draggable, but rotate.. ...
-1
votes
1answer
63 views

VB.NET System.Math Radius to Degree

I am making a calculator on VB.net and I noticed that the System.Math library uses RAD kind of calculating and I would like it to calculate in DEG. Is it possible to change that?
1
vote
1answer
514 views

OpenGL (ES 2.0) Dynamically Change Line Width

I am currently drawing my model right now using a ton of GL_LINES all at a uniform radius. I know that glLineWidth will change the radius of the all the lines but they each should have a different ...
0
votes
0answers
118 views

PPTP Radius MySQL - Reject Message to client

I know that this should be a stupid question, but i am trying to accomplish this : When a client ( let's say windows ) is trying to connect to the VPN ( PPTP ) , while it's suspended, i have in my ...
0
votes
1answer
103 views

Cisco Access Point Local Radius Problems

I have an 1131AG Access Point from Cisco, and I want to users to authenticate befor being abe to access the wireless LAN. I have configured the AP as a local authenticator, configured some users, and ...
0
votes
2answers
176 views

Box-Radius + border-radius [closed]

Do you know how can I do this with CSS 3 ? https://dl.dropbox.com/u/49765755/Sans-titre-41.jpg Thank you !

1 2 3 4