FreeRADIUS / pam_radius

This is the PAM to RADIUS authentication module. It allows any Linux, OSX or Solaris machine to become a RADIUS client for authentication and password change requests.
GNU General Public License v2.0
102 stars 90 forks source link

Radius Access-Challenge received with State or Reply-Message Missing #72

Open alokas opened 1 year ago

alokas commented 1 year ago

Hi,

I am trying to configure this with AuthLogic and Windows NPS. However, they send back Attribute 18 - (Reply-Message) but not 24 -State and this module fails.

On looking at code, it says that State is not required. What can we change to make this work

alandekok commented 1 year ago

You can delete the code which checks for the State attribute. Generally Access-Challenge packets need to contain a State, which is why the check is there.