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
98 stars 86 forks source link

Getting cisco-avpair from radius server response #93

Open IamMarshmello opened 2 months ago

IamMarshmello commented 2 months ago

Hello! The problem is that on server side I have attribute cisco-avpair="shell:priv_lvl" So the server put this information into VendorSpecific fiels in packet How can I get this attribute? I looked on code and I didn't find place where you are parsing it? How can I get this data with this module?

alandekok commented 2 months ago

The only answer here is "source code patches"

What do you want the module to do when it receives that RADIUS attribute? Please explain.