Jigar Shah
Jigar Shah

Reputation: 2654

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.

Upvotes: 0

Views: 249

Answers (1)

Jigar Shah
Jigar Shah

Reputation: 2654

State attribute can be used to check if its Access-Request to your challenge. While Challenging, State attribute must be set and as per protocol, Client should return same state.

Upvotes: 1

Related Questions