Questions tagged [radius-protocol]

RADIUS is Remote Authentication Dial In User Service, a protocol that allows for different management types.

RADIUS is Remote Authentication Dial In User Service, a protocol that allows for Authentication, Authorization and Accounting for its clients. The protocol often uses UDP as a transport to connect a variety of clients to servers. RADIUS was initially developed in 1991.

24 questions
0
votes
0 answers

Send a login request (username and password) to a radius server (localhost port 1812)

Does anyone knows how to send a login request (username and password) to a radius server (localhost port 1812) in nodejs ? I dont know where to start.
Itsik
  • 21
  • 5
0
votes
1 answer

[Freeradius][EAP] Issues using EAP-GTC for inner phase 2 authentication.

I am trying to set up EAP-TTLS/GTC authentication. In phase 1 ,the server offers EAP-TTLS and the client accepts it. The client is set to automatic for phase 2 and I expect server to offer GTC for phase 2 authentication which is not happening. Can…
user1488987
  • 1,453
  • 2
  • 10
  • 9
0
votes
1 answer

In Radius , does the authentication port and the accounting port being consecutive number an industry standard?

During the configuration of RADIUS client, does the authentication port and the accounting port have to be consecutive port numbers? I know that you can give different port numbers in /etc/services but I wanted to know whether it was the industry…
0
votes
1 answer

Users Authentification with Active Directory in CMS

I am currently working on a intranet with a CMS (Drupal or Wordpress). I have to authenticate the users via Active Directory Database (more precisely Server Radius). I don't want to import the data but just check if the login and password are…
0
votes
1 answer

How to differentiate between initial Access-Request at RADIUS server

How to differentiate between initial Access-Request and Access-Request in response to Access-Challenge for RADIUS ? according to RFC 2138 section 4.4. Access-Challenge; It always sends new Access-Request for access-challenge.
Jigar Shah
  • 2,576
  • 6
  • 31
  • 53
0
votes
2 answers

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 reassembly of the packet at server end. And once…
Puzzled
  • 11
  • 4
0
votes
2 answers

radius request gives wrong values

if (rc_avpair_add(rh, &send, PW_USER_PASSWORD, passwd, -1, 0) == NULL) return ERROR_RC; if (rc_avpair_add(rh, &send, PW_NAS_PORT_TYPE, nas_port_type, -1, 0) == NULL) return ERROR_RC; if…
Jatin Bodarya
  • 1,425
  • 2
  • 20
  • 32
0
votes
2 answers

Obtaining RADIUS attributes without authenticating

My application is using a RADIUS client implementation in order to authenticate users (using username/password and a shared secret). In the response from the server (Access-Accept), various attributes are provided, and I use them for getting a few…
Itaypk
  • 1,103
  • 10
  • 25
-1
votes
1 answer

Active Directory NPS wireless connection not working

I've recently setup a NPS server on my Domain Controller for testing. I created the radius client and defined policies. Also configured the access point to talk to the radius server. The problem is everytime I try to login to the wifi it says…
1
2