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
103
stars
90
forks
source link
Radius Access-Challenge received with State or Reply-Message Missing #72
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
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.
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