Questions tagged [freeradius]

The FreeRADIUS project is an open source, multi-protocol (RADIUS, EAP, DHCP, BFD) policy server.  FreeRADIUS' primarily role is a AAA (Authentication, Authorization, and Accounting) server, but can also be used as part of an IPAM (IP Address Management) solution, and as an event distribution server.

The FreeRADIUS project, an open source implementation for the RADIUS, EAP, DHCP and BFD protocols.

The project includes a daemon implementing the above protocols, a BSD licensed RADIUS client library, a RADIUS PAM library, and an Apache module translating HTTP Basic-Authentication to RADIUS PAP authentication.

RADIUS, Remote Authentication Dial In User Service, is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for computers to connect and use a network service.

575 questions
2
votes
1 answer

How to pass arbitrary data between the C module callbacks in FreeRADIUS

What is the proper/recommended method to pass data between the callbacks in a C module in FreeRADIUS? For example, I want to create a unique request_id for the request and use it for all log entries during that request. If I create this value inside…
my3ika
  • 65
  • 6
2
votes
1 answer

Freeradius Authentication via REST + MSCHAPv2

I'm trying to configure Freeradius to make a REST call to authenticate users in the inner tunnel. Without the REST call, I have user bob in the users file and the entry bob Cleartext-Password := "test" This by itself works as expected when the…
Jim Wood
  • 891
  • 8
  • 20
2
votes
0 answers

RADIUS is ignoring request to authentication address.freeradius-server in docker

I use the following mirror.enter link description here I execute the following command. radtest bob test 127.0.0.1 0 testing123 Output for Sent Access-Request Id 69 from 0.0.0.0:59466 to 127.0.0.1:1812 length 73 User-Name = "bob" …
2
votes
0 answers

FreeRADIUS radclient an d radtest can't login to the server with PAP

I'm trying to install FreeRadius server locally and test that it's working in the right way. What I did: downloaded the server (https://wiki.freeradius.org/building/macOS) unzipped and ran ./configure --enable-developer --with-openssl=no make sudo…
andrey
  • 347
  • 3
  • 11
2
votes
2 answers

Select two rows from MySQL database as one dependent on attribute

I have FreeRADIUS that has a MySQL database backend. Users are stored in radcheck table: I want to select from it all users (there will be more users in the near future) with username, speed profile and password. So I will get as e result…
2
votes
2 answers

FreeRADIUS issue - (0) No reply from server for ID 176 socket 3

Command radtest test testing1234294106 127.0.0.1 18120 testing123 below is the output getting Sent Access-Request Id 176 from 0.0.0.0:56553 to 127.0.0.1:1812 length 90 User-Name = "test" User-Password = "testing1234294106" NAS-IP-Address =…
SSSS
  • 205
  • 2
  • 8
  • 18
2
votes
1 answer

FreeRadius Assign Attributes Randomly For The Sake of Load Balance

We are using FreeRadius to authenticate our users to the network and one of the requirements is to load balance DNS across the two DNS servers so when users got their IP after they connect, they receive their DNS servers in random order, for…
2
votes
1 answer

FreeRADIUS Perl Module "Unknown or invalid value "perl" for attribute Auth-Type"

I am attempting to setup a FreeRadius Server with an OTP (LinOTP) backend in Centos 7. My issue is loading a perl module needed to link FreeRADIUS to LinOTP. No matter what I try I just keep getting the error below when I try starting radiusd (with…
Sama
  • 23
  • 3
2
votes
2 answers

Freeradius: Request without User-Password attribute for rest module

I'm trying to set up a radius server using a rest backend for authentication. I used the following project as example: https://github.com/fgsants/REST-API-FreeRADIUS Everything is setup already, and everything works if I use the following command to…
Marcio Cruz
  • 2,012
  • 1
  • 23
  • 30
2
votes
0 answers

RADIUS with Azure Active Directory Domain Services (LDAP and NPS)

I have deployed AADDS on my AzureAD domain. I have changed passwords of users to generate the initial sync hash. I have created a FreeRADIUS VM under Ubuntu 18.04 LTS capable of connecting through LDAP inside the ADDDS subnet with an User with "AAD…
user5163441
2
votes
0 answers

How to send a Disconnect-Request using java?

I was able to send an Access-Request to Freeradius server and get Access-Accept, using tinyradius library in a spring boot application. Now I need to send a COA Request and then a Disconnect-Request to end the session. I tried to send a…
Dilrukshi Perera
  • 917
  • 3
  • 17
  • 31
2
votes
1 answer

Error when trying to connect/send Access request to Freeradius server

I'm using freeradius on docker and is trying to get a response back when access request is sent. When radtest is run using: radtest bob testpw 127.0.0.1 1812 sharedSecret Sent Access-Request Id 18 from 0.0.0.0:56219 to 127.0.0.1:1812 length 73 …
Dilrukshi Perera
  • 917
  • 3
  • 17
  • 31
2
votes
1 answer

How do I enable access-period on freeradius 3.0 for daloradius

I am trying to enable access-period on free radius 3.0, I have added access-period module and authorize. sqlcounter accessperiod { counter-name = Max-Access-Period-Time check-name = Access-Period sqlmod-inst = sql …
2
votes
0 answers

Failed to link Rlm_python.so

I am using freeradius 3.0.13 and trying to create a python module. i am following this link rlm_python to authenticate with freeradius. but when i start freeradius in debug mode some error occurred relating to python. by entering command radiusd -X…
2
votes
1 answer

Using encrypted password instead of Clear text password

I am trying to set up a hotspot system using CoovaChilli and FreeRadius with RADIUSdesk. I have done the most part of it. The Captive portal login page is displayed but I can't authenticate as a user. When I looked into the logs, Coova Chilli on…
goodperson
  • 21
  • 1
  • 1
  • 4
1 2
3
38 39